[cfe-commits] r44882 - /cfe/trunk/www/comparison.html

Chris Lattner sabre at nondot.org
Tue Dec 11 14:23:00 PST 2007


Author: lattner
Date: Tue Dec 11 16:22:59 2007
New Revision: 44882

URL: http://llvm.org/viewvc/llvm-project?rev=44882&view=rev
Log:
add a con of clang vs gcc

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=44882&r1=44881&r2=44882&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Dec 11 16:22:59 2007
@@ -53,6 +53,9 @@
     <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.</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