diff --git a/www/comparison.html b/www/comparison.html index 0fb5043ea1b0dcdbb20746fb58e9ce9a18fa9164..e5ed8e43a929ebf04b90e77cfa27e0b37b843cfa 100644 --- a/www/comparison.html +++ b/www/comparison.html @@ -53,9 +53,8 @@ <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. GCC also supports more targets than LLVM.</li> + <li>GCC's codegen is much more mature than clang's right now and 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>