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 | 95680d11d4de220cba3a5fe1dca0e67b02cf6efa (patch) | |
tree | c9d2f0bbef69dbd6722cdd28cf7d4d9cde7d787b /llvm/docs/CommandGuide | |
parent | f90ea1d2aa951e51420ed9faab75c744a450fc36 (diff) | |
download | bcm5719-llvm-95680d11d4de220cba3a5fe1dca0e67b02cf6efa.tar.gz bcm5719-llvm-95680d11d4de220cba3a5fe1dca0e67b02cf6efa.zip |
Add llvm-config to the index.
llvm-svn: 27017
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/index.html b/llvm/docs/CommandGuide/index.html index bb1b73b65a0..fb930746bdd 100644 --- a/llvm/docs/CommandGuide/index.html +++ b/llvm/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> |