summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-11 22:32:45 +0000
committerChris Lattner <sabre@nondot.org>2007-12-11 22:32:45 +0000
commitc26df998658768718d60946e4053e2b7e5a4d309 (patch)
tree588c13c615f36bc781df1202b5715e8999c97d59 /www/comparison.html
parent0b11baa3094613925073df9d25dcfa6fee5e1d34 (diff)
gcc supports more targets.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44885 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 66cdf59e5b..0839031356 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -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>