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 | deb878053af4cb6b6835f4be25cd113661c10a27 (patch) | |
tree | cd1e741ab5836087ee80008055d1c5cea70356a0 /docs | |
parent | 77fdd3ad4afb2a8cd99a1dc7f24faa0e900a1aaf (diff) |
Remove C backend reference from the FAQ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158455 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/FAQ.html b/docs/FAQ.html index dfc72704e6..60192a99ee 100644 --- a/docs/FAQ.html +++ b/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> |