summaryrefslogtreecommitdiffstats
path: root/www/comparison.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-12-11 22:22:59 +0000
committerChris Lattner <sabre@nondot.org>2007-12-11 22:22:59 +0000
commit03c58a3c96afdc763e27ec2d18c0f712ec5823a6 (patch)
tree6b0bd80e4e3e9fe931c23d21c90b68e7114ff2c8 /www/comparison.html
parentfe2419aac49879f08eddc8917171b943dbe571ad (diff)
add a con of clang vs gcc
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44882 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/comparison.html')
-rw-r--r--www/comparison.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/comparison.html b/www/comparison.html
index 0c73491462..2c979b96e9 100644
--- a/www/comparison.html
+++ b/www/comparison.html
@@ -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>