forked from OSchip/llvm-project
Document -disable-opt option that I added.
llvm-svn: 10045
This commit is contained in:
parent
747777795f
commit
9c917abe9f
|
@ -101,6 +101,11 @@ using the -native option.
|
|||
Verify each pass result.
|
||||
<p>
|
||||
|
||||
<li> -disable-opt
|
||||
<br>
|
||||
Disable all link-time optimization passes.
|
||||
<p>
|
||||
|
||||
<li> -L=<directory>
|
||||
<br>
|
||||
Add directory to the list of directories to search when looking for
|
||||
|
|
Loading…
Reference in New Issue