mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-26 12:20:42 +00:00
Merged in RELEASE_12.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12532 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -190,6 +190,16 @@ non-obvious ways. Here are some hints and tips:<p>
|
||||
when attempting to reduce test programs. If you're trying to find
|
||||
a bug in one of these passes, <tt>bugpoint</tt> may crash.<p>
|
||||
|
||||
<li><tt>-enable-correct-eh-support</tt><br>
|
||||
Make the -lowerinvoke pass insert expensive, but correct, exception
|
||||
handling code.<p>
|
||||
|
||||
<li><tt>-internalize-public-api-file <filename></tt><br>
|
||||
Preserve the symbols listed in the file <tt>filename</tt>.<p>
|
||||
|
||||
<li><tt>-internalize-public-api-list <list></tt><br>
|
||||
Preserve the symbols listed in <tt>list</tt>.<p>
|
||||
|
||||
<li> <tt>-help</tt><br>
|
||||
Print a summary of command line options.<p>
|
||||
|
||||
@@ -215,6 +225,9 @@ non-obvious ways. Here are some hints and tips:<p>
|
||||
<tt>bugpoint</tt> will attempt to generate a reference output by
|
||||
compiling the program with the C backend and running it.<p>
|
||||
|
||||
<li><tt>-profile-info-file <filename></tt><br>
|
||||
Profile file loaded by -profile-loader.<p>
|
||||
|
||||
<a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br>
|
||||
Whenever the test program is compiled, <tt>bugpoint</tt> should generate
|
||||
code for it using the specified code generator. These options allow
|
||||
|
||||
Reference in New Issue
Block a user