diff options
author | Daniel Dunbar <daniel@zuster.org> | 2011-11-02 15:56:55 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-02 15:56:55 +0000 |
commit | 1bb568d2a5ffc173f1332415650ae45fcd9e79ab (patch) | |
tree | 34b77007047d5a823869eb761bb8edae1e129039 /docs/index.html | |
parent | 47c30da8477f50142e24db4ffcf37dd594543bfd (diff) |
docs: Remove UsingLibraries page, which was inaccurate / out-of-date and not
particularly useful.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@143542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/index.html b/docs/index.html index 89ed61d523..1de7c7b682 100644 --- a/docs/index.html +++ b/docs/index.html @@ -167,9 +167,6 @@ efficient C++ code.</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="HowToReleaseLLVM.html">How To Release LLVM To The Public</a> - This is a guide to preparing LLVM releases. Most developers can ignore it.</li> |