diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2006-05-30 19:56:31 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2006-05-30 19:56:31 +0000 |
commit | e497ff1110d029f663e8358a8c8f1af03bfeb3c3 (patch) | |
tree | ac5b4b39ba635b3a76a81bd1079ea28b2503ac31 /docs/CommandGuide/index.html | |
parent | 461bed2b753c514ac15ff824befe585988408f45 (diff) | |
download | external_llvm-e497ff1110d029f663e8358a8c8f1af03bfeb3c3.zip external_llvm-e497ff1110d029f663e8358a8c8f1af03bfeb3c3.tar.gz external_llvm-e497ff1110d029f663e8358a8c8f1af03bfeb3c3.tar.bz2 |
Add llvm2cpp program.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28563 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/index.html')
-rw-r--r-- | docs/CommandGuide/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html index fb93074..74a70dc 100644 --- a/docs/CommandGuide/index.html +++ b/docs/CommandGuide/index.html @@ -73,8 +73,10 @@ options) arguments to the tool you are interested in.</p> 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. + print out LLVM compilation options, libraries, etc. as configured.</li> + <li><a href="html/llvm2cpp.html"><b>llvm2cpp</b></a> - convert LLVM assembly + into the corresponding LLVM C++ API calls to produce it</li> </ul> </div> |