diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-31 23:02:38 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-31 23:02:38 +0000 |
commit | 0b40fdb0add253fd6c014c3c33c58ff6f1f91b7d (patch) | |
tree | 38c4c49cb35c8c5907f328d703246b8a14bfc18e /llvm | |
parent | aeb2b16c456f5e8f377b93fd4f67fd481a076fa4 (diff) | |
download | bcm5719-llvm-0b40fdb0add253fd6c014c3c33c58ff6f1f91b7d.tar.gz bcm5719-llvm-0b40fdb0add253fd6c014c3c33c58ff6f1f91b7d.zip |
Add UsingLibraries.html link.
llvm-svn: 17384
Diffstat (limited to 'llvm')
-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 f42dbbbbc99..04eb380bd23 100644 --- a/llvm/docs/index.html +++ b/llvm/docs/index.html @@ -113,6 +113,9 @@ done.</li> <li><a href="ExtendingLLVM.html">Extending LLVM</a> - Look here to see how to add instructions and intrinsics to LLVM.</li> +<li><a href="UsingLibraries.html">Using LLVM Libraries</a> - Look here to +understand how to use the libraries produced when LLVM is compiled.</li> + <li><a href="http://llvm.cs.uiuc.edu/doxygen/">Doxygen generated documentation</a> (<a href="http://llvm.cs.uiuc.edu/doxygen/inherits.html"> classes</a>)</li> |