diff options
| author | Eric Christopher <echristo@apple.com> | 2011-09-20 00:42:28 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@apple.com> | 2011-09-20 00:42:28 +0000 |
| commit | cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b (patch) | |
| tree | 953f146ccaa19ea9792022126979fd1c72a86a8a /llvm/docs/GettingStarted.html | |
| parent | 5d7469e3e4d745bf955c6f6a387e853d54b8583f (diff) | |
| download | bcm5719-llvm-cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b.tar.gz bcm5719-llvm-cafab2ef2eaf0cc96ab0baf52e35efc59e20fc3b.zip | |
More llvmc bits. Spotted by Benjamin on IRC.
llvm-svn: 140124
Diffstat (limited to 'llvm/docs/GettingStarted.html')
| -rw-r--r-- | llvm/docs/GettingStarted.html | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/llvm/docs/GettingStarted.html b/llvm/docs/GettingStarted.html index 0695d7d933a..d7fcc6a1fed 100644 --- a/llvm/docs/GettingStarted.html +++ b/llvm/docs/GettingStarted.html @@ -1595,16 +1595,6 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p> href="HowToSubmitABug.html">HowToSubmitABug.html</a> for more information on using <tt>bugpoint</tt>.</dd> - <dt><tt><b>llvmc</b></tt></dt> - <dd>The LLVM Compiler Driver. This program can - be configured to utilize both LLVM and non-LLVM compilation tools to enable - pre-processing, translation, optimization, assembly, and linking of programs - all from one command line. <tt>llvmc</tt> also takes care of processing the - dependent libraries found in bitcode. This reduces the need to get the - traditional <tt>-l<name></tt> options right on the command line. Please - note that this tool, while functional, is still experimental and not feature - complete.</dd> - <dt><tt><b>llvm-ar</b></tt></dt> <dd>The archiver produces an archive containing the given LLVM bitcode files, optionally with an index for faster @@ -1620,9 +1610,9 @@ information is in the <a href="CommandGuide/index.html">Command Guide</a>.</p> <dt><tt><b>llvm-ld</b></tt></dt> <dd><tt>llvm-ld</tt> is a general purpose and extensible linker for LLVM. - This is the linker invoked by <tt>llvmc</tt>. It performs standard link time - optimizations and allows optimization modules to be loaded and run so that - language specific optimizations can be applied at link time.</dd> + It performs standard link time optimizations and allows optimization + modules to be loaded and run so that language specific optimizations can + be applied at link time.</dd> <dt><tt><b>llvm-link</b></tt></dt> <dd><tt>llvm-link</tt>, not surprisingly, links multiple LLVM modules into |

