Skip to content

Commit

Permalink
Refine tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross35 committed Jun 22, 2024
1 parent 6aa252c commit ac303f2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testcrate/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(unused)]
use std::{collections::HashSet, env};

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

0 comments on commit ac303f2

Please sign in to comment.