diff options
author | Chris Lattner <sabre@nondot.org> | 2005-12-16 05:19:35 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-12-16 05:19:35 +0000 |
commit | 77e28af47daa65cdc87c7650e9980ab672de9df4 (patch) | |
tree | 9dfe83d9e319b2032c673d0613d3df579fd4e535 /llvm/docs/CommandGuide/lli.pod | |
parent | 78e9e10b5398fc1e2f8c6af70d9362472a7d12fa (diff) | |
download | bcm5719-llvm-77e28af47daa65cdc87c7650e9980ab672de9df4.tar.gz bcm5719-llvm-77e28af47daa65cdc87c7650e9980ab672de9df4.zip |
rename options
llvm-svn: 24733
Diffstat (limited to 'llvm/docs/CommandGuide/lli.pod')
-rw-r--r-- | llvm/docs/CommandGuide/lli.pod | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 |