diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:11:57 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:11:57 +0000 |
| commit | 718eb7f19bdec7348ce331008d2b4721453c8e8b (patch) | |
| tree | fb2bab4c275ccaf2c75a0fd0d25369e0bb06ed0c /llvm/docs/CommandGuide | |
| parent | a8f72c72a658ed7fafa726ab540168647135497d (diff) | |
| download | bcm5719-llvm-718eb7f19bdec7348ce331008d2b4721453c8e8b.tar.gz bcm5719-llvm-718eb7f19bdec7348ce331008d2b4721453c8e8b.zip | |
Add some more missing options.
llvm-svn: 40892
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/lli.pod | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod index c20de355aff..708cae2bb10 100644 --- a/llvm/docs/CommandGuide/lli.pod +++ b/llvm/docs/CommandGuide/lli.pod @@ -67,14 +67,24 @@ operations are enabled or not. The default set of attributes is set by the current CPU. For a list of available attributes, use: B<llvm-as E<lt> /dev/null | llc -march=xyz -mattr=help> +=item B<-fake-argv0>=I<executable> + +Override the C<argv[0]> value passed into the executing program. + =item B<-force-interpreter>=I<{false,true}> If set to true, use the interpreter even if a just-in-time compiler is available for this architecture. Defaults to false. -=item B<-fake-argv0>=I<executable> +=item B<-load>=I<puginfilename> -Override the C<argv[0]> value passed into the executing program. +Causes B<lli> to load the plugin (shared object) named I<pluginfilename> and use +it for optimization. + +=item B<-soft-float> + +Causes B<lli> to generate software floating point library calls instead of +equivalent hardware instructions. =back |

