From 5e8b8b37a3fe7bc4f67aa0127a9c653f11a657a7 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 -- cgit v1.2.3