diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index 1db47b71d6b..c20de355aff 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -72,12 +72,9 @@ B /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 +=item B<-fake-argv0>=I -Call the function named I to start the program. Note: The -function is assumed to have the C signature C I 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
. +Override the C value passed into the executing program. =back