mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 09:21:02 +00:00
Add link to debugging code generators with bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22097 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
74b0f11191
commit
a3bfc6f253
@ -229,10 +229,13 @@ how the C backend is written.</p>
|
||||
<ul>
|
||||
<li><a href="CodeGenerator.html">Code generator</a> -
|
||||
describes some of the classes in code generation at a high level, but
|
||||
it is not (yet) complete.</li>
|
||||
it is not (yet) complete</li>
|
||||
<li><a href="TableGenFundamentals.html">TableGen fundamentals</a> -
|
||||
describes how to use TableGen to describe your target information succinctly
|
||||
</li>
|
||||
describes how to use TableGen to describe your target information
|
||||
succinctly</li>
|
||||
<li><a href="HowToSubmitABug.html#codegen">Debugging code generation with
|
||||
bugpoint</a> - shows bugpoint usage scenarios to simplify backend
|
||||
development</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user