diff options
author | Gabor Greif <ggreif@gmail.com> | 2009-03-02 19:08:05 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2009-03-02 19:08:05 +0000 |
commit | 54820ce91c9e15a18b7e1935868be2e678858425 (patch) | |
tree | 2406d69d28a3ce2940a568d134b6abe116c02566 /docs/FAQ.html | |
parent | cade822c5499d2afa3de4aa63247263e4a8322b7 (diff) |
add a Q/A on broken GCCs
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65857 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/FAQ.html')
-rw-r--r-- | docs/FAQ.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index d94c368d0c..d15506014b 100644 --- a/docs/FAQ.html +++ b/docs/FAQ.html @@ -48,6 +48,7 @@ <li>I've built LLVM and am testing it, but the tests freeze.</li> <li>Why do test results differ when I perform different types of builds?</li> <li>Compiling LLVM with GCC 3.3.2 fails, what should I do?</li> + <li>Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?</li> <li>When I use the test suite, all of the C Backend tests fail. What is wrong?</li> <li>After Subversion update, rebuilding gives the error "No rule to make @@ -356,6 +357,17 @@ affects projects other than LLVM. Try upgrading or downgrading your GCC.</p> </div> <div class="question"> +<p>Compiling LLVM with GCC succeeds, but the resulting tools do not work, what can be wrong?</p> +</div> + +<div class="answer"> +<p>Several versions of GCC have shown a weakness in miscompiling the LLVM codebase. Please +consult your compiler version (<tt>gcc --version</tt>) to find out whether it is +<a href="GettingStarted.html#brokengcc">broken</a>. If so, your only option is to upgrade +GCC to a known good version.</p> +</div> + +<div class="question"> <p>After Subversion update, rebuilding gives the error "No rule to make target".</p> </div> |