From cbe3a78f4a8bdebf949a980753791434d7f78de2 Mon Sep 17 00:00:00 2001
From: Reid Spencer
Date: Fri, 24 Mar 2006 00:03:37 +0000
Subject: [PATCH] Add llvm-config to the index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27017 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CommandGuide/index.html | 3 +++
1 file changed, 3 insertions(+)
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.
+
--
2.34.1