From 2c8a748bbeba37702bb53aab5f0ab929b2f6dd8d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 7 Aug 2007 16:11:57 +0000 Subject: [PATCH] Add some more missing options. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40892 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lli.pod | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index c20de355aff..708cae2bb10 100644 --- a/docs/CommandGuide/lli.pod +++ b/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 /dev/null | llc -march=xyz -mattr=help> +=item B<-fake-argv0>=I + +Override the C 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 +=item B<-load>=I -Override the C value passed into the executing program. +Causes B to load the plugin (shared object) named I and use +it for optimization. + +=item B<-soft-float> + +Causes B to generate software floating point library calls instead of +equivalent hardware instructions. =back -- 2.34.1