Eliminate a redundant check. This speeds up optimization of 253.perlbmk from 13...
[oota-llvm.git] / docs / FAQ.html
index 62a5046c107245c4d5a22a3977a1a16e75ba3693..6c4a79ce8ffb2cf71d083a27dc6d924d77244988 100644 (file)
@@ -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>