diff options
| author | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-06 23:00:01 +0000 |
|---|---|---|
| committer | Misha Brukman <brukman+llvm@gmail.com> | 2004-09-06 23:00:01 +0000 |
| commit | a0194211d7f4c2cd511dd3c39ec2a39443242034 (patch) | |
| tree | eeb756cf532081ef0bfea04cde62e17e0ed4510d /llvm/docs | |
| parent | 25e63619397dbe4dad54db6940e79001104d2d60 (diff) | |
| download | bcm5719-llvm-a0194211d7f4c2cd511dd3c39ec2a39443242034.tar.gz bcm5719-llvm-a0194211d7f4c2cd511dd3c39ec2a39443242034.zip | |
Add link to new howto on writing backends.
llvm-svn: 16204
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/index.html b/llvm/docs/index.html index c1fc973e9de..8255644249b 100644 --- a/llvm/docs/index.html +++ b/llvm/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 |

