@@ -184,12 +184,25 @@ <h3>OPTIONS</h3>
184
184
Assume a non-zero exit code or core dump from the test program is
185
185
a failure. Defaults to true.< p >
186
186
187
+ < li > < tt > -dsa-track-integers</ tt > < br >
188
+ Track integers as potential pointers.< p >
189
+
187
190
< li > < tt > -disable-{dce,simplifycfg}</ tt > < br >
188
191
Do not run the specified passes to clean up and reduce the size of the
189
192
test program. By default, < tt > bugpoint</ tt > uses these passes internally
190
193
when attempting to reduce test programs. If you're trying to find
191
194
a bug in one of these passes, < tt > bugpoint</ tt > may crash.< p >
192
195
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 <filename></ tt > < br >
201
+ Preserve the symbols listed in the file < tt > filename</ tt > .< p >
202
+
203
+ < li > < tt > -internalize-public-api-list <list></ tt > < br >
204
+ Preserve the symbols listed in < tt > list</ tt > .< p >
205
+
193
206
< li > < tt > -help</ tt > < br >
194
207
Print a summary of command line options.< p >
195
208
@@ -215,6 +228,9 @@ <h3>OPTIONS</h3>
215
228
< tt > bugpoint</ tt > will attempt to generate a reference output by
216
229
compiling the program with the C backend and running it.< p >
217
230
231
+ < li > < tt > -profile-info-file <filename></ tt > < br >
232
+ Profile file loaded by -profile-loader.< p >
233
+
218
234
< a name ="opt_run- "> < li > < tt > -run-{int,jit,llc,cbe}</ tt > < br >
219
235
Whenever the test program is compiled, < tt > bugpoint</ tt > should generate
220
236
code for it using the specified code generator. These options allow
0 commit comments