File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -83,10 +83,15 @@ for t in \
8383 echo " $undoc " | sed ' s/^/\\fB/;s/-/\\-/g;s/$/\\fR/' >> man_page_opts
8484 done
8585 ;;
86+ # We also need ignore the negative default checks for goto-instrument given
87+ # that it's not processing them (but still ends up importing them by using
88+ # the macro PARSE_OPTIONS_GOTO_CHECK). The rationale for ignoring them is
89+ # similar to the goto-diff entry below.
8690 goto-instrument)
8791 for undoc in \
8892 -document-claims-html -document-claims-latex -show-claims \
89- -no-simplify ; do
93+ -no-simplify -no-pointer-check -no-bounds-check -no-undefined-shift-check \
94+ -no-pointer-primitive-check -no-div-by-zero-check -no-signed-overflow-check ; do
9095 echo " $undoc " >> help_string
9196 echo " $undoc " | sed ' s/^/\\fB/;s/-/\\-/g;s/$/\\fR/' >> man_page_opts
9297 done
You can’t perform that action at this time.
0 commit comments