diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-18 18:00:53 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-18 18:00:53 +0000 |
commit | 634b0a3b7ecdd146ebccdb834a5989f1de123978 (patch) | |
tree | d67fa4948aa28ecbd309f56e1923fec7eb0f71ac /llvm/docs | |
parent | 81549a57b8822d31503fa7f9e83c67e316b7e8d8 (diff) | |
download | bcm5719-llvm-634b0a3b7ecdd146ebccdb834a5989f1de123978.tar.gz bcm5719-llvm-634b0a3b7ecdd146ebccdb834a5989f1de123978.zip |
* llvmc does not have a -V switch
* --config-file is really --config-dir, according to `llvmc --help'
llvm-svn: 20238
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/CommandGuide/llvmc.pod | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/llvmc.pod b/llvm/docs/CommandGuide/llvmc.pod index bac6c057d35..6c6c26cb719 100644 --- a/llvm/docs/CommandGuide/llvmc.pod +++ b/llvm/docs/CommandGuide/llvmc.pod @@ -311,10 +311,9 @@ where include files can be found. Print a summary of command line options. -=item B<-V> or B<--version> +=item B<--version> -This option will cause B<llvmc> to print out its version number -and terminate. +This option will cause B<llvmc> to print out its version number and terminate. =back @@ -345,7 +344,7 @@ item I<name> in the section named I<section>. This is a quick way to override a configuration item on the command line without resorting to changing the configuration files. -=item B<--config-file> F<dirname> +=item B<--config-dir> F<dirname> This option tells B<llvmc> to read configuration data from the I<directory> named F<dirname>. Data from such directories will be read in the order @@ -361,7 +360,6 @@ files and only configure from the contents of the F<dirname> directory. Multiple B<--config-only-from> options may be given in which case the directories are read in the order given on the command line. - =item B<--emit-raw-code> No optimization is done whatsoever. The compilers invoked by B<llvmc> with |