1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Remove the -f option which is no longer supported, but add the -fake-argv0

option which is similar.

llvm-svn: 40891
This commit is contained in:
Reid Spencer 2007-08-07 15:48:16 +00:00
parent c6ed1c46f4
commit 840ae20dd9

View File

@ -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