aboutsummaryrefslogtreecommitdiff
path: root/docs/WritingAnLLVMBackend.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-05-17 02:12:32 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-05-17 02:12:32 +0000
commita3bfc6f2531b4faddae9b129c0965cf8f0943f90 (patch)
treeb0eaf2374234ae287a23f5155dfa57bc3d9001e0 /docs/WritingAnLLVMBackend.html
parent74b0f111919543cf3f9693a451615811d7032882 (diff)
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
Diffstat (limited to 'docs/WritingAnLLVMBackend.html')
-rw-r--r--docs/WritingAnLLVMBackend.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index dcea204e47..3bd23b4604 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -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>