[llvm-commits] [llvm] r40891 - /llvm/trunk/docs/CommandGuide/lli.pod
Reid Spencer
rspencer at reidspencer.com
Tue Aug 7 08:48:17 PDT 2007
Author: reid
Date: Tue Aug 7 10:48:16 2007
New Revision: 40891
URL: http://llvm.org/viewvc/llvm-project?rev=40891&view=rev
Log:
Remove the -f option which is no longer supported, but add the -fake-argv0
option which is similar.
Modified:
llvm/trunk/docs/CommandGuide/lli.pod
Modified: llvm/trunk/docs/CommandGuide/lli.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/lli.pod?rev=40891&r1=40890&r2=40891&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/lli.pod (original)
+++ llvm/trunk/docs/CommandGuide/lli.pod Tue Aug 7 10:48:16 2007
@@ -72,12 +72,9 @@
If set to true, use the interpreter even if a just-in-time compiler is available
for this architecture. Defaults to false.
-=item B<-f>=I<name>
+=item B<-fake-argv0>=I<executable>
-Call the function named I<name> to start the program. Note: The
-function is assumed to have the C signature C<int> I<name> C<(int,
-char **, char **)>. If you try to use this option to call a function of
-incompatible type, undefined behavior may result. Defaults to C<main>.
+Override the C<argv[0]> value passed into the executing program.
=back
More information about the llvm-commits
mailing list