diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2005-01-05 19:01:20 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2005-01-05 19:01:20 +0000 |
commit | 8853b13d2f4c43d77aea7cac17017235b75229fd (patch) | |
tree | 745b72e249c13031a33e9569a6ad365733170359 | |
parent | d593afcb5b65f150a9ac4467e3d523e688ce6383 (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.html | 4 |
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> <!--=======================================================================--> |