aboutsummaryrefslogtreecommitdiffstats
path: root/docs/index.html
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2011-09-20 00:34:27 +0000
committerEric Christopher <echristo@apple.com>2011-09-20 00:34:27 +0000
commiteae5a13078037e6b6591fd4f414452a7075cecf7 (patch)
tree3d79a7b7512ca2662c0268e8c3e30be66047e72f /docs/index.html
parent400b624e02216dcbe1ec0c17963caa088b33c57a (diff)
downloadexternal_llvm-eae5a13078037e6b6591fd4f414452a7075cecf7.zip
external_llvm-eae5a13078037e6b6591fd4f414452a7075cecf7.tar.gz
external_llvm-eae5a13078037e6b6591fd4f414452a7075cecf7.tar.bz2
Remove more of llvmc and dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140121 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/index.html b/docs/index.html
index fa9f1fa..422dfb2 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -216,14 +216,6 @@ in LLVM.</li>
<li><a href="Bugpoint.html">Bugpoint</a> - automatic bug finder and test-case
reducer description and usage information.</li>
-<li><a href="CompilerDriverTutorial.html">Compiler Driver (llvmc) Tutorial</a>
-- This document is a tutorial introduction to the usage and
-configuration of the LLVM compiler driver tool, <tt>llvmc</tt>.</li>
-
-<li><a href="CompilerDriver.html">Compiler Driver (llvmc)
-Reference</a> - This document describes the design and configuration
-of <tt>llvmc</tt> in more detail.</li>
-
<li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes
the file format and encoding used for LLVM "bc" files.</li>