[llvm-commits] CVS: llvm/docs/FAQ.html
Bill Wendling
isanbard at gmail.com
Tue May 29 02:35:56 PDT 2007
Changes in directory llvm/docs:
FAQ.html updated: 1.43 -> 1.44
---
Log message:
Added "llvmc" to the FAQ.
---
Diffs of the changes: (+14 -2)
FAQ.html | 16 ++++++++++++++--
1 files changed, 14 insertions(+), 2 deletions(-)
Index: llvm/docs/FAQ.html
diff -u llvm/docs/FAQ.html:1.43 llvm/docs/FAQ.html:1.44
--- llvm/docs/FAQ.html:1.43 Tue May 29 04:24:33 2007
+++ llvm/docs/FAQ.html Tue May 29 04:35:34 2007
@@ -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 @@
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>
@@ -695,7 +707,7 @@
src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!"></a>
<a href="http://llvm.org">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2007/05/29 09:24:33 $
+ Last modified: $Date: 2007/05/29 09:35:34 $
</address>
</body>
More information about the llvm-commits
mailing list