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