From: Chris Lattner Date: Tue, 3 Feb 2009 21:54:08 +0000 (+0000) Subject: codegen is much farther along than when this was first written. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=37629a4142b612f69990f4f174720e51b4c3c11d;p=clang codegen is much farther along than when this was first written. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63668 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/www/comparison.html b/www/comparison.html index 0a13ea8637..e873f73b61 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -53,8 +53,7 @@
  • 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.
  • -
  • GCC's codegen is much more mature than clang's right now and supports - more targets than LLVM.
  • +
  • GCC supports more targets than LLVM.
  • GCC is popular and widely adopted.
  • GCC does not require a C++ compiler to build it.