From: Reid Spencer
Date: Fri, 24 Mar 2006 00:03:37 +0000 (+0000)
Subject: Add llvm-config to the index.
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cbe3a78f4a8bdebf949a980753791434d7f78de2;p=oota-llvm.git
Add llvm-config to the index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27017 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index bb1b73b65a0..fb930746bdd 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -72,6 +72,9 @@ options) arguments to the tool you are interested in.
llvm-ld -
general purpose linker with loadable runtime optimization support
+llvm-config -
+ print out LLVM compilation options, libraries, etc. as configured.
+