summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2014-03-02 06:37:03 +0000
committerChris Lattner <sabre@nondot.org>2014-03-02 06:37:03 +0000
commita45e3ff4f289a0a9d2895c8a630c3d3064aa1fef (patch)
treeda009726ebe9836aa1bed6c13caa3003e7203354 /docs
parenta21b315a0646f50ae1e94d2b9729d988327e7357 (diff)
downloadllvm-a45e3ff4f289a0a9d2895c8a630c3d3064aa1fef.tar.gz
llvm-a45e3ff4f289a0a9d2895c8a630c3d3064aa1fef.tar.bz2
llvm-a45e3ff4f289a0a9d2895c8a630c3d3064aa1fef.tar.xz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/FAQ.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/FAQ.rst b/docs/FAQ.rst
index e4ab2c18f7..8db94c6250 100644
--- a/docs/FAQ.rst
+++ b/docs/FAQ.rst
@@ -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: