From 3487a3009b1f94eb86879cf8bf878a8d1a708ca8 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 11 Dec 2007 22:32:45 +0000 Subject: [PATCH] gcc supports more targets. llvm-svn: 44885 --- clang/www/comparison.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/www/comparison.html b/clang/www/comparison.html index 66cdf59e5b98..083903135678 100644 --- a/clang/www/comparison.html +++ b/clang/www/comparison.html @@ -55,7 +55,7 @@ particular is nowhere near what GCC supports.
  • 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.
  • + support debug info. GCC also supports more targets than LLVM.
  • GCC is popular and widely adopted.
  • GCC does not require a C++ compiler to build it.