Skip to content
Snippets Groups Projects
Commit c26df998 authored by Chris Lattner's avatar Chris Lattner
Browse files

gcc supports more targets.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44885 91177308-0d34-0410-b5e6-96231b3b80d8
parent 0b11baa3
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
particular is nowhere near what GCC supports.</li> particular is nowhere near what GCC supports.</li>
<li>GCC's codegen is much more mature than clang's right now. clang is <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 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 is popular and widely adopted.</li>
<li>GCC does not require a C++ compiler to build it.</li> <li>GCC does not require a C++ compiler to build it.</li>
</ul> </ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment