[llvm] r202617 - remove an old entry whose link is broken anyway

Chris Lattner sabre at nondot.org
Sat Mar 1 22:37:03 PST 2014


Author: lattner
Date: Sun Mar  2 00:37:03 2014
New Revision: 202617

URL: http://llvm.org/viewvc/llvm-project?rev=202617&view=rev
Log:
remove an old entry whose link is broken anyway

Modified:
    llvm/trunk/docs/FAQ.rst

Modified: llvm/trunk/docs/FAQ.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/FAQ.rst?rev=202617&r1=202616&r2=202617&view=diff
==============================================================================
--- llvm/trunk/docs/FAQ.rst (original)
+++ llvm/trunk/docs/FAQ.rst Sun Mar  2 00:37:03 2014
@@ -184,14 +184,6 @@ This is `a bug in GCC <http://gcc.gnu.or
 and affects projects other than LLVM.  Try upgrading or downgrading your GCC.
 
 
-Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?
------------------------------------------------------------------------------------------
-Several versions of GCC have shown a weakness in miscompiling the LLVM
-codebase.  Please consult your compiler version (``gcc --version``) to find
-out whether it is `broken <GettingStarted.html#brokengcc>`_.  If so, your only
-option is to upgrade GCC to a known good version.
-
-
 After Subversion update, rebuilding gives the error "No rule to make target".
 -----------------------------------------------------------------------------
 If the error is of the form:





More information about the llvm-commits mailing list