summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-06 23:00:01 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-06 23:00:01 +0000
commit96bba388312d01bd31ea47bf491b1aaa801c3849 (patch)
treefffdd4f67f01149572be9461a39015b9b2d20eac /docs/index.html
parent8eb6719b1c13eadcb76d2249f2fcc5ff18de22e3 (diff)
downloadllvm-96bba388312d01bd31ea47bf491b1aaa801c3849.tar.gz
llvm-96bba388312d01bd31ea47bf491b1aaa801c3849.tar.bz2
llvm-96bba388312d01bd31ea47bf491b1aaa801c3849.tar.xz
Add link to new howto on writing backends.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16204 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index c1fc973e9d..8255644249 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -131,6 +131,9 @@ Browser</a></li>
<li><a href="WritingAnLLVMPass.html">Writing an LLVM Pass</a> - Information
on how to write LLVM transformations and analyses.</li>
+<li><a href="WritingAnLLVMBackend.html">Writing an LLVM Backend</a> - Information
+on how to write LLVM backends for machine targets.</li>
+
<li><a href="CodeGenerator.html">The LLVM Target-Independent Code
Generator</a> - The design and implementation of the LLVM code generator.
Useful if you are working on retargetting LLVM to a new architecture, designing