Skip to content

Commit 51a4de5

Browse files
author
John Criswell
committed
Updated options for release 1.2.
llvm-svn: 12473
1 parent 6babfa9 commit 51a4de5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

llvm/docs/CommandGuide/bugpoint.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,12 +184,25 @@ <h3>OPTIONS</h3>
184184
Assume a non-zero exit code or core dump from the test program is
185185
a failure. Defaults to true.<p>
186186

187+
<li><tt>-dsa-track-integers</tt><br>
188+
Track integers as potential pointers.<p>
189+
187190
<li><tt>-disable-{dce,simplifycfg}</tt><br>
188191
Do not run the specified passes to clean up and reduce the size of the
189192
test program. By default, <tt>bugpoint</tt> uses these passes internally
190193
when attempting to reduce test programs. If you're trying to find
191194
a bug in one of these passes, <tt>bugpoint</tt> may crash.<p>
192195

196+
<li><tt>-enable-correct-eh-support</tt><br>
197+
Make the -lowerinvoke pass insert expensive, but correct, exception
198+
handling code.<p>
199+
200+
<li><tt>-internalize-public-api-file &lt;filename&gt;</tt><br>
201+
Preserve the symbols listed in the file <tt>filename</tt>.<p>
202+
203+
<li><tt>-internalize-public-api-list &lt;list&gt;</tt><br>
204+
Preserve the symbols listed in <tt>list</tt>.<p>
205+
193206
<li> <tt>-help</tt><br>
194207
Print a summary of command line options.<p>
195208

@@ -215,6 +228,9 @@ <h3>OPTIONS</h3>
215228
<tt>bugpoint</tt> will attempt to generate a reference output by
216229
compiling the program with the C backend and running it.<p>
217230

231+
<li><tt>-profile-info-file &lt;filename&gt;</tt><br>
232+
Profile file loaded by -profile-loader.<p>
233+
218234
<a name="opt_run-"><li><tt>-run-{int,jit,llc,cbe}</tt><br>
219235
Whenever the test program is compiled, <tt>bugpoint</tt> should generate
220236
code for it using the specified code generator. These options allow

0 commit comments

Comments
 (0)