diff options
-rw-r--r-- | docs/WritingAnLLVMBackend.html | 9 |
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> |