From: Reid Spencer Date: Sun, 31 Oct 2004 23:02:38 +0000 (+0000) Subject: Add UsingLibraries.html link. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0a727fc729410d71d577d51f9250d6e40390d996;p=oota-llvm.git Add UsingLibraries.html link. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17384 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index f42dbbbbc99..04eb380bd23 100644 --- a/docs/index.html +++ b/docs/index.html @@ -113,6 +113,9 @@ done.
  • Extending LLVM - Look here to see how to add instructions and intrinsics to LLVM.
  • +
  • Using LLVM Libraries - Look here to +understand how to use the libraries produced when LLVM is compiled.
  • +
  • Doxygen generated documentation ( classes)