aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2005-01-05 19:01:20 +0000
committerReid Spencer <rspencer@reidspencer.com>2005-01-05 19:01:20 +0000
commit8853b13d2f4c43d77aea7cac17017235b75229fd (patch)
tree745b72e249c13031a33e9569a6ad365733170359
parentd593afcb5b65f150a9ac4467e3d523e688ce6383 (diff)
Add the SystemLibrary.html document now that its done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19298 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 2eabed6947..e0c1217671 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -191,6 +191,10 @@ reducer description and usage information.</li>
describes the design and configuration of the LLVM compiler driver tool,
<tt>llvmc</tt>.</li>
+<li><a href="SystemLibrary.html">System Library</a> - This document describes
+the LLVM System Library (<tt>lib/System</tt>) and how to keep LLVM source code
+portable</li>
+
</ul>
<!--=======================================================================-->