From 7e0fc8a10c1d7ad27b3a247d5958dee2421ad784 Mon Sep 17 00:00:00 2001
From: Misha Brukman Another example is sizeof. It's common for sizeof(long) to
vary between platforms. In most C front-ends, sizeof is expanded to
- a constant immediately, thus hardwaring a platform-specific detail.
Also, since many platforms define their ABIs in terms of C, and since LLVM is lower-level than C, front-ends currently must emit platform-specific IR in -- 2.34.1