diff options
author | Bill Wendling <isanbard@gmail.com> | 2007-05-29 09:35:34 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2007-05-29 09:35:34 +0000 |
commit | 0a303eb474e9e8dcce9136790ae49a89ceeade50 (patch) | |
tree | 2059a7e80313ca2f3a43fbde733fb16b8ad78544 /llvm/docs/FAQ.html | |
parent | 2c22fcb11cbc9b711343af2392c86a0f04746ab5 (diff) | |
download | bcm5719-llvm-0a303eb474e9e8dcce9136790ae49a89ceeade50.tar.gz bcm5719-llvm-0a303eb474e9e8dcce9136790ae49a89ceeade50.zip |
Added "llvmc" to the FAQ.
llvm-svn: 37337
Diffstat (limited to 'llvm/docs/FAQ.html')
-rw-r--r-- | llvm/docs/FAQ.html | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/llvm/docs/FAQ.html b/llvm/docs/FAQ.html index 62a5046c107..6c4a79ce8ff 100644 --- a/llvm/docs/FAQ.html +++ b/llvm/docs/FAQ.html @@ -51,7 +51,9 @@ <li>When I use the test suite, all of the C Backend tests fail. What is wrong?</li> <li>After CVS update, rebuilding gives the error "No rule to make - target".</li> + target".</li> + <li><a href="#llvmc">The <tt>llvmc</tt> program gives me errors/doesn't + work.</li></a> </ol></li> <li><a href="#felangs">Source Languages</a> @@ -386,6 +388,16 @@ which list dependencies for source files, and rebuild:</p> rebuilding.</p> </div> +<div class="question"> + <a name="llvmc"<p>The <tt>llvmc</tt> program gives me errors/doesn't + work.</p></a> +</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="doc_section"><a name="felangs">Source Languages</a></div> |