diff options
| author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 15:48:16 +0000 |
|---|---|---|
| committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 15:48:16 +0000 |
| commit | a8f72c72a658ed7fafa726ab540168647135497d (patch) | |
| tree | 4fadb0080ba264c97b428a314dc3c0def3b200db /llvm/docs/CommandGuide | |
| parent | b23b65f1ba6eb3ee019e9c65c85e8b3e7e443ffe (diff) | |
| download | bcm5719-llvm-a8f72c72a658ed7fafa726ab540168647135497d.tar.gz bcm5719-llvm-a8f72c72a658ed7fafa726ab540168647135497d.zip | |
Remove the -f option which is no longer supported, but add the -fake-argv0
option which is similar.
llvm-svn: 40891
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/lli.pod | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/docs/CommandGuide/lli.pod b/llvm/docs/CommandGuide/lli.pod index 1db47b71d6b..c20de355aff 100644 --- a/llvm/docs/CommandGuide/lli.pod +++ b/llvm/docs/CommandGuide/lli.pod @@ -72,12 +72,9 @@ B<llvm-as E<lt> /dev/null | llc -march=xyz -mattr=help> 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 |

