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 | 0a727fc729410d71d577d51f9250d6e40390d996 (patch) | |
tree | ae627543b1df010b79d4122ae8e11a9e9857b4bd | |
parent | 4bbf3dfbe614b8d62a0e695ab28ba70824c3a36e (diff) |
Add UsingLibraries.html link.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17384 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html index f42dbbbbc9..04eb380bd2 100644 --- a/docs/index.html +++ b/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> |