[llvm-commits] CVS: llvm/docs/CommandGuide/llc.pod lli.pod
Chris Lattner
lattner at cs.uiuc.edu
Thu Dec 15 21:19:46 PST 2005
Changes in directory llvm/docs/CommandGuide:
llc.pod updated: 1.10 -> 1.11
lli.pod updated: 1.3 -> 1.4
---
Log message:
rename options
---
Diffs of the changes: (+2 -2)
llc.pod | 2 +-
lli.pod | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/CommandGuide/llc.pod
diff -u llvm/docs/CommandGuide/llc.pod:1.10 llvm/docs/CommandGuide/llc.pod:1.11
--- llvm/docs/CommandGuide/llc.pod:1.10 Thu Dec 15 23:18:53 2005
+++ llvm/docs/CommandGuide/llc.pod Thu Dec 15 23:19:35 2005
@@ -46,7 +46,7 @@
Overwrite output files. By default, B<llc> will refuse to overwrite
an output file which already exists.
-=item B<-triple>=I<target triple>
+=item B<-mtriple>=I<target triple>
Override the target triple specified in the input bytecode file with the
specified string.
Index: llvm/docs/CommandGuide/lli.pod
diff -u llvm/docs/CommandGuide/lli.pod:1.3 llvm/docs/CommandGuide/lli.pod:1.4
--- llvm/docs/CommandGuide/lli.pod:1.3 Thu Dec 15 23:18:53 2005
+++ llvm/docs/CommandGuide/lli.pod Thu Dec 15 23:19:35 2005
@@ -40,7 +40,7 @@
Record the amount of time needed for each code-generation pass and print it to
standard error.
-=item B<-triple>=I<target triple>
+=item B<-mtriple>=I<target triple>
Override the target triple specified in the input bytecode file with the
specified string. This may result in a crash if you pick an
More information about the llvm-commits
mailing list