[cfe-commits] r63668 - /cfe/trunk/www/comparison.html
Chris Lattner
sabre at nondot.org
Tue Feb 3 13:54:09 PST 2009
Author: lattner
Date: Tue Feb 3 15:54:08 2009
New Revision: 63668
URL: http://llvm.org/viewvc/llvm-project?rev=63668&view=rev
Log:
codegen is much farther along than when this was first written.
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=63668&r1=63667&r2=63668&view=diff
==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Feb 3 15:54:08 2009
@@ -53,8 +53,7 @@
<li>GCC front-ends are very mature and already support C/C++/ObjC and all
the variants we are interested in. <a href="cxx_status.html">clang's
support for C++</a> in particular is nowhere near what GCC supports.</li>
- <li>GCC's codegen is much more mature than clang's right now and supports
- more targets than LLVM.</li>
+ <li>GCC 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