diff options
author | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:43:11 +0000 |
---|---|---|
committer | David Blaikie <dblaikie@gmail.com> | 2012-06-14 16:43:11 +0000 |
commit | b64f23e674fb9804467f5279ddffb9679f85de2f (patch) | |
tree | 248b47ed13d01f8b9c9b5b73f3ce081068b5dfc6 /llvm/docs/FAQ.html | |
parent | a7e6d58a87360aa18a990bbfec98a444ce885ee0 (diff) | |
download | bcm5719-llvm-b64f23e674fb9804467f5279ddffb9679f85de2f.tar.gz bcm5719-llvm-b64f23e674fb9804467f5279ddffb9679f85de2f.zip |
Remove C backend reference from the FAQ.
llvm-svn: 158455
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index dfc72704e6b..60192a99eeb 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -63,9 +63,6 @@ <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 target".</li> |