gcc supports more targets.

llvm-svn: 44885
This commit is contained in:
Chris Lattner 2007-12-11 22:32:45 +00:00
parent 95f80da9fb
commit 3487a3009b
1 changed files with 1 additions and 1 deletions

View File

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