summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/bugpoint.html
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-03-29 20:23:11 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-03-29 20:23:11 +0000
commitfa2f3686a379a49bdfc5e21c2dc43832a808e5c8 (patch)
treedb349ddbd59b907d515ed91b0e59d4156bc12f92 /llvm/docs/CommandGuide/bugpoint.html
parentd2ff5cf7e814e53ae3065499e87373cd992802b6 (diff)
downloadbcm5719-llvm-fa2f3686a379a49bdfc5e21c2dc43832a808e5c8.tar.gz
bcm5719-llvm-fa2f3686a379a49bdfc5e21c2dc43832a808e5c8.zip
Merged in RELEASE_12.
llvm-svn: 12532
Diffstat (limited to 'llvm/docs/CommandGuide/bugpoint.html')
-rw-r--r--llvm/docs/CommandGuide/bugpoint.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/docs/CommandGuide/bugpoint.html b/llvm/docs/CommandGuide/bugpoint.html
index c6ac7abd10e..62e5787f86e 100644
--- a/llvm/docs/CommandGuide/bugpoint.html
+++ b/llvm/docs/CommandGuide/bugpoint.html
@@ -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 &lt;filename&gt;</tt><br>
+ Preserve the symbols listed in the file <tt>filename</tt>.<p>
+
+ <li><tt>-internalize-public-api-list &lt;list&gt;</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 &lt;filename&gt;</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
OpenPOWER on IntegriCloud