[cfe-commits] r55276 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Sat Aug 23 22:42:08 PDT 2008
Author: lattner
Date: Sun Aug 24 00:42:07 2008
New Revision: 55276
URL: http://llvm.org/viewvc/llvm-project?rev=55276&view=rev
Log:
codegen is still not 'finished', but in a better state than before.
Modified:
cfe/trunk/www/comparison.html
Modified: cfe/trunk/www/comparison.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/comparison.html?rev=55276&r1=55275&r2=55276&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Sun Aug 24 00:42:07 2008
@@ -53,9 +53,8 @@
<li>GCC front-ends are very mature and already support C/C++/ObjC and all
the variants we are interested in. clang's support for C++ in
particular is nowhere near what GCC supports.</li>
- <li>GCC's codegen is much more mature than clang's right now. clang is
- only capable of codegen for small and simple projects and does not yet
- support debug info. GCC also supports more targets than LLVM.</li>
+ <li>GCC's codegen is much more mature than clang's right now and supports
+ more targets than LLVM.</li>
<li>GCC is popular and widely adopted.</li>
<li>GCC does not require a C++ compiler to build it.</li>
</ul>
More information about the cfe-commits
mailing list