From 77e28af47daa65cdc87c7650e9980ab672de9df4 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 16 Dec 2005 05:19:35 +0000 Subject: rename options llvm-svn: 24733 --- llvm/docs/CommandGuide/llc.pod | 2 +- llvm/docs/CommandGuide/lli.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod index 7b6eb05254d..c5db89eec31 100644 --- a/llvm/docs/CommandGuide/llc.pod +++ b/llvm/docs/CommandGuide/llc.pod @@ -46,7 +46,7 @@ Print a summary of command line options. Overwrite output files. By default, B will refuse to overwrite an output file which already exists. -=item B<-triple>=I +=item B<-mtriple>=I Override the target triple specified in the input bytecode file with the specified string. diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod index 1bb3e9c4c22..0a441c7ccee 100644 --- a/llvm/docs/CommandGuide/lli.pod +++ b/llvm/docs/CommandGuide/lli.pod @@ -40,7 +40,7 @@ the just-in-time compiler, at present. Record the amount of time needed for each code-generation pass and print it to standard error. -=item B<-triple>=I +=item B<-mtriple>=I Override the target triple specified in the input bytecode file with the specified string. This may result in a crash if you pick an -- cgit v1.2.3