forked from OSchip/llvm-project
Added documentation on the new -disable-inlining option.
llvm-svn: 9176
This commit is contained in:
parent
d66d6c8a80
commit
e9f3af6ace
|
@ -39,6 +39,11 @@ OPTIONS
|
|||
Specify the output filename which will hold the assembled bytecode.
|
||||
<p>
|
||||
|
||||
<li>-disable-inlining
|
||||
<br>
|
||||
Disable the inlining pass. By default, it is enabled.
|
||||
<p>
|
||||
|
||||
<li> -stats
|
||||
<br>
|
||||
Print statistics.
|
||||
|
|
Loading…
Reference in New Issue