add a con of clang vs gcc

llvm-svn: 44882
This commit is contained in:
Chris Lattner 2007-12-11 22:22:59 +00:00
parent 642e15a7cb
commit 6931189378
1 changed files with 3 additions and 0 deletions

View File

@ -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>