File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 99
99
# Test targets compiled with extra features.
100
100
case ${TARGET} in
101
101
x86_64-unknown-linux-gnu)
102
+ TEST_CPPFLAGS=" -fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
103
+ TEST_CXX_COMPILER=" clang++-19"
104
+ TEST_RUNNER=" ${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER} "
102
105
export STDARCH_DISABLE_ASSERT_INSTR=1
103
106
104
107
export RUSTFLAGS=" ${RUSTFLAGS} -C target-feature=+avx"
@@ -161,12 +164,6 @@ case ${TARGET} in
161
164
TEST_CXX_COMPILER=" clang++"
162
165
TEST_RUNNER=" ${CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_RUNNER} "
163
166
;;
164
-
165
- x86_64-unknown-linux-gnu* )
166
- TEST_CPPFLAGS=" -fuse-ld=lld -I/usr/include/x86_64-linux-gnu/"
167
- TEST_CXX_COMPILER=" clang++-19"
168
- TEST_RUNNER=" ${CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER} "
169
- ;;
170
167
* )
171
168
;;
172
169
You can’t perform that action at this time.
0 commit comments