summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit3dcba5cd4ab429955e76d080c546e0193d1d751b (patch)
tree74393559273f7e70d483a0cc6577112838aae5e1 /llvm/docs/WritingAnLLVMBackend.html
parent1e6838450165a08eaaa9db5010e09ea888500df4 (diff)
downloadbcm5719-llvm-3dcba5cd4ab429955e76d080c546e0193d1d751b.tar.gz
bcm5719-llvm-3dcba5cd4ab429955e76d080c546e0193d1d751b.zip
Add link to debugging code generators with bugpoint
llvm-svn: 22097
Diffstat (limited to 'llvm/docs/WritingAnLLVMBackend.html')
-rw-r--r--llvm/docs/WritingAnLLVMBackend.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html
index dcea204e47c..3bd23b46040 100644
--- a/llvm/docs/WritingAnLLVMBackend.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud