File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ if [[ "$HOST_TRIPLE" != "$TARGET_TRIPLE" ]]; then
38
38
fi
39
39
fi
40
40
41
- export RUSTFLAGS=" $linker -Cpanic=abort -Zsymbol -mangling-version=v0 -Cdebuginfo=2 -Clto=off -Zpanic-abort-tests -Zcodegen-backend=$( pwd) /target/${CHANNEL:- debug} /librustc_codegen_gcc.$dylib_ext --sysroot $( pwd) /build_sysroot/sysroot"
41
+ export RUSTFLAGS=" $linker -Cpanic=abort -Csymbol -mangling-version=v0 -Cdebuginfo=2 -Clto=off -Zpanic-abort-tests -Zcodegen-backend=$( pwd) /target/${CHANNEL:- debug} /librustc_codegen_gcc.$dylib_ext --sysroot $( pwd) /build_sysroot/sysroot"
42
42
43
43
# FIXME(antoyo): remove once the atomic shim is gone
44
44
if [[ ` uname` == ' Darwin' ]]; then
Original file line number Diff line number Diff line change 183
183
git checkout src/test/ui/type-alias-impl-trait/auxiliary/cross_crate_ice2.rs
184
184
rm src/test/ui/llvm-asm/llvm-asm-in-out-operand.rs || true # TODO(antoyo): Enable back this test if I ever implement the llvm_asm! macro.
185
185
186
- RUSTC_ARGS=" -Zpanic-abort-tests -Zsymbol -mangling-version=v0 -Zcodegen-backend=" $( pwd) " /../target/" $CHANNEL " /librustc_codegen_gcc." $dylib_ext " --sysroot " $( pwd) " /../build_sysroot/sysroot -Cpanic=abort"
186
+ RUSTC_ARGS=" -Zpanic-abort-tests -Csymbol -mangling-version=v0 -Zcodegen-backend=" $( pwd) " /../target/" $CHANNEL " /librustc_codegen_gcc." $dylib_ext " --sysroot " $( pwd) " /../build_sysroot/sysroot -Cpanic=abort"
187
187
188
188
echo " [TEST] rustc test suite"
189
189
COMPILETEST_FORCE_STAGE0=1 ./x.py test --run always --stage 0 src/test/ui/ --rustc-args " $RUSTC_ARGS "
You can’t perform that action at this time.
0 commit comments