diff options
author | Eric Christopher <echristo@apple.com> | 2011-09-20 00:42:28 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2011-09-20 00:42:28 +0000 |
commit | cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b (patch) | |
tree | 953f146ccaa19ea9792022126979fd1c72a86a8a /llvm/docs/FAQ.html | |
parent | 5d7469e3e4d745bf955c6f6a387e853d54b8583f (diff) | |
download | bcm5719-llvm-cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b.tar.gz bcm5719-llvm-cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b.zip |
More llvmc bits. Spotted by Benjamin on IRC.
llvm-svn: 140124
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 9e3ea7f2a8d..7294cdd1a42 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -72,9 +72,6 @@ <li>After Subversion update, rebuilding gives the error "No rule to make target".</li> - <li><a href="#llvmc">The <tt>llvmc</tt> program gives me errors/doesn't - work.</a></li> - <li><a href="#srcdir-objdir">When I compile LLVM-GCC with srcdir == objdir, it fails. Why?</a></li> </ol></li> @@ -420,16 +417,6 @@ Stop. </div> <div class="question"> -<p><a name="llvmc">The <tt>llvmc</tt> program gives me errors/doesn't - work.</a></p> -</div> - -<div class="answer"> -<p><tt>llvmc</tt> is experimental and isn't really supported. We suggest - using <tt>llvm-gcc</tt> instead.</p> -</div> - -<div class="question"> <p><a name="srcdir-objdir">When I compile LLVM-GCC with srcdir == objdir, it fails. Why?</a></p> </div> |