summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-08-17 08:01:57 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-08-17 08:01:57 +0000
commit2d1e01c79583603a4bde226400f3598813126fc2 (patch)
tree4f2f709826c225c0ebe8668e0bae686ce9775ca9 /docs
parent38d54be85b78b66f7905775a49a92b73e21e3e8e (diff)
downloadllvm-2d1e01c79583603a4bde226400f3598813126fc2.tar.gz
llvm-2d1e01c79583603a4bde226400f3598813126fc2.tar.bz2
llvm-2d1e01c79583603a4bde226400f3598813126fc2.tar.xz
Add a reference to the ComilerDriver documentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15876 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 7f61fdef1b..b207e75a01 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -156,6 +156,10 @@ source-level debugger.</li>
<li><a href="Bugpoint.html">Bugpoint</a> automatic bug finder and
test-case reducer description and usage information.</li>
+<li><a href="CompilerDriver.html">Compiler Driver (llvmc)</a> - This document
+describes the design and configuration of the LLVM compiler driver tool,
+<tt>llvmc</tt>.</li>
+
</ul>
<!--=======================================================================-->