mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
Added "llvmc" to the FAQ.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37337 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -51,7 +51,9 @@
|
|||||||
<li>When I use the test suite, all of the C Backend tests fail. What is
|
<li>When I use the test suite, all of the C Backend tests fail. What is
|
||||||
wrong?</li>
|
wrong?</li>
|
||||||
<li>After CVS update, rebuilding gives the error "No rule to make
|
<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>
|
</ol></li>
|
||||||
|
|
||||||
<li><a href="#felangs">Source Languages</a>
|
<li><a href="#felangs">Source Languages</a>
|
||||||
@@ -386,6 +388,16 @@ which list dependencies for source files, and rebuild:</p>
|
|||||||
rebuilding.</p>
|
rebuilding.</p>
|
||||||
</div>
|
</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>
|
<div class="doc_section"><a name="felangs">Source Languages</a></div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user