forked from OSchip/llvm-project
parent
70dfe24866
commit
d05559828a
|
@ -87,8 +87,8 @@ bug</a>. In addition, llvm-gcc4 implements support for many new features,
|
||||||
including GCC inline assembly, generic vector support, SSE and Altivec
|
including GCC inline assembly, generic vector support, SSE and Altivec
|
||||||
intrinsics, and several new GCC attributes. Finally, llvm-gcc4 is
|
intrinsics, and several new GCC attributes. Finally, llvm-gcc4 is
|
||||||
significantly faster than llvm-gcc3, respects -O options, its -c/-S options
|
significantly faster than llvm-gcc3, respects -O options, its -c/-S options
|
||||||
correspond to GCC's (they emit native code), and it has debugging support well
|
correspond to GCC's (they emit native code), supports Objective C/C++, and
|
||||||
underway.</p>
|
it has debugging support well underway.</p>
|
||||||
|
|
||||||
<p>If you can use it, llvm-gcc4 offers significant new functionality, and we
|
<p>If you can use it, llvm-gcc4 offers significant new functionality, and we
|
||||||
hope that it will replace llvm-gcc3 completely in a future release.
|
hope that it will replace llvm-gcc3 completely in a future release.
|
||||||
|
|
Loading…
Reference in New Issue