From a45e3ff4f289a0a9d2895c8a630c3d3064aa1fef Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 2 Mar 2014 06:37:03 +0000 Subject: [PATCH] remove an old entry whose link is broken anyway git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202617 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/FAQ.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/FAQ.rst b/docs/FAQ.rst index e4ab2c18f74..8db94c6250c 100644 --- a/docs/FAQ.rst +++ b/docs/FAQ.rst @@ -184,14 +184,6 @@ This is `a bug in GCC `_, 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 `_. 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: -- 2.34.1