Add link to debugging code generators with bugpoint
authorMisha Brukman <brukman+llvm@gmail.com>
Tue, 17 May 2005 02:12:32 +0000 (02:12 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Tue, 17 May 2005 02:12:32 +0000 (02:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22097 91177308-0d34-0410-b5e6-96231b3b80d8

docs/WritingAnLLVMBackend.html

index dcea204e47cd02d7f322004a1e4aa9c693f1a1d7..3bd23b4604030b54ec18bb1fa894c84d7bc3ec38 100644 (file)
@@ -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>