diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-03-24 00:03:37 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-03-24 00:03:37 +0000 |
commit | cbe3a78f4a8bdebf949a980753791434d7f78de2 (patch) | |
tree | c1f7966a0d2bbe7110a2d67232a5641a4331032f /docs/CommandGuide/index.html | |
parent | 5a4b9e7b5fe043614457a1d5cf1cf922d3f2ed80 (diff) |
Add llvm-config to the index.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index bb1b73b65a..fb930746bd 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -72,6 +72,9 @@ options) arguments to the tool you are interested in.</p> <li><a href="html/llvm-ld.html"><b>llvm-ld</b></a> - general purpose linker with loadable runtime optimization support</li> +<li><a href="html/llvm-config.html"><b>llvm-config</b></a> - + print out LLVM compilation options, libraries, etc. as configured. + </ul> </div> |