From: Reid Spencer Date: Tue, 17 Aug 2004 08:01:57 +0000 (+0000) Subject: Add a reference to the ComilerDriver documentation. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2d1e01c79583603a4bde226400f3598813126fc2;p=oota-llvm.git Add a reference to the ComilerDriver documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15876 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/index.html b/docs/index.html index 7f61fdef1b7..b207e75a010 100644 --- a/docs/index.html +++ b/docs/index.html @@ -156,6 +156,10 @@ source-level debugger.
  • Bugpoint automatic bug finder and test-case reducer description and usage information.
  • +
  • Compiler Driver (llvmc) - This document +describes the design and configuration of the LLVM compiler driver tool, +llvmc.
  • +