From a3bfc6f2531b4faddae9b129c0965cf8f0943f90 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Tue, 17 May 2005 02:12:32 +0000
Subject: [PATCH] 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
---
docs/WritingAnLLVMBackend.html | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index dcea204e47c..3bd23b46040 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -229,10 +229,13 @@ how the C backend is written.
- Code generator -
describes some of the classes in code generation at a high level, but
- it is not (yet) complete.
+ it is not (yet) complete
- TableGen fundamentals -
- describes how to use TableGen to describe your target information succinctly
-
+ describes how to use TableGen to describe your target information
+ succinctly
+- Debugging code generation with
+ bugpoint - shows bugpoint usage scenarios to simplify backend
+ development
--
2.34.1