File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 36
36
# -disable-jit Disable JIT tests in the nightly tester.
37
37
# -disable-cbe Disable C backend tests in the nightly tester.
38
38
# -disable-lto Disable link time optimization.
39
+ # -disable-bindings Disable building LLVM bindings.
39
40
# -verbose Turn on some debug output
40
41
# -debug Print information useful only to maintainers of this script.
41
42
# -nice Checkout/Configure/Build with "nice" to reduce impact
154
155
$CONFIGUREARGS .= " --disable-llc_diffs" ; next ; }
155
156
if (/ ^-disable-jit$ / ) { $PROGTESTOPTS .= " DISABLE_JIT=1" ;
156
157
$CONFIGUREARGS .= " --disable-jit" ; next ; }
158
+ if (/ ^-disable-bindings$ / ) { $CONFIGUREARGS .= " --disable-bindings" ; next ; }
157
159
if (/ ^-disable-cbe$ / ) { $PROGTESTOPTS .= " DISABLE_CBE=1" ; next ; }
158
160
if (/ ^-disable-lto$ / ) { $PROGTESTOPTS .= " DISABLE_LTO=1" ; next ; }
159
161
if (/ ^-test-opts$ / ) { $PROGTESTOPTS .= " $ARGV [0]" ; shift ; next ; }
You can’t perform that action at this time.
0 commit comments