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

Chris Lattner sabre at nondot.org
Tue Dec 11 14:32:46 PST 2007


Author: lattner
Date: Tue Dec 11 16:32:45 2007
New Revision: 44885

URL: http://llvm.org/viewvc/llvm-project?rev=44885&view=rev
Log:
gcc supports more targets.

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=44885&r1=44884&r2=44885&view=diff

==============================================================================
--- cfe/trunk/www/comparison.html (original)
+++ cfe/trunk/www/comparison.html Tue Dec 11 16:32:45 2007
@@ -55,7 +55,7 @@
         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>
+        support debug info. GCC also 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