Skip to content

Commit ac303f2

Browse files
committed
Refine tests
1 parent 6aa252c commit ac303f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testcrate/build.rs

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#![allow(unused)]
21
use std::{collections::HashSet, env};
32

43
/// Features to enable
@@ -24,7 +23,6 @@ fn main() {
2423
|| target.contains("windows-gnu")
2524
// FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
2625
// See <https://github.com/llvm/llvm-project/issues/77401>.
27-
|| target.starts_with("i586")
2826
|| target.starts_with("i686")
2927
// 32-bit PowerPC and 64-bit LE gets code generated that Qemu cannot handle. See
3028
// <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105635926>.

0 commit comments

Comments
 (0)