diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index d94c368d0c7b..d15506014bbc 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -48,6 +48,7 @@
  • I've built LLVM and am testing it, but the tests freeze.
  • Why do test results differ when I perform different types of builds?
  • Compiling LLVM with GCC 3.3.2 fails, what should I do?
  • +
  • Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?
  • When I use the test suite, all of the C Backend tests fail. What is wrong?
  • After Subversion update, rebuilding gives the error "No rule to make @@ -355,6 +356,17 @@ build.

    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".