[llvm-commits] CVS: llvm/docs/CommandGuide/llvmc.pod

Misha Brukman brukman at cs.uiuc.edu
Fri Feb 18 10:01:04 PST 2005



Changes in directory llvm/docs/CommandGuide:

llvmc.pod updated: 1.6 -> 1.7
---
Log message:

* llvmc does not have a -V switch
* --config-file is really --config-dir, according to `llvmc --help'


---
Diffs of the changes:  (+3 -5)

 llvmc.pod |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)


Index: llvm/docs/CommandGuide/llvmc.pod
diff -u llvm/docs/CommandGuide/llvmc.pod:1.6 llvm/docs/CommandGuide/llvmc.pod:1.7
--- llvm/docs/CommandGuide/llvmc.pod:1.6	Mon Nov 15 14:25:08 2004
+++ llvm/docs/CommandGuide/llvmc.pod	Fri Feb 18 12:00:53 2005
@@ -311,10 +311,9 @@
 
 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 @@
 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 @@
 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 






More information about the llvm-commits mailing list