remove an old entry whose link is broken anyway
authorChris Lattner <sabre@nondot.org>
Sun, 2 Mar 2014 06:37:03 +0000 (06:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Mar 2014 06:37:03 +0000 (06:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202617 91177308-0d34-0410-b5e6-96231b3b80d8

docs/FAQ.rst

index e4ab2c18f748073ae79d060767e51c7652875677..8db94c6250c199505293c5ef91f789feb730ab8f 100644 (file)
@@ -184,14 +184,6 @@ This is `a bug in GCC <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13392>`_,
 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: