forked from OSchip/llvm-project
parent
55abb2389d
commit
5e8b8b37a3
|
@ -700,7 +700,7 @@ Stop.
|
|||
|
||||
<p>Another example is <tt>sizeof</tt>. It's common for <tt>sizeof(long)</tt> to
|
||||
vary between platforms. In most C front-ends, <tt>sizeof</tt> is expanded to
|
||||
a constant immediately, thus hardwaring a platform-specific detail.</p>
|
||||
a constant immediately, thus hard-wiring a platform-specific detail.</p>
|
||||
|
||||
<p>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
|
||||
|
|
Loading…
Reference in New Issue