File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ fn main() {
22
22
// GCC and LLVM disagree on the ABI of `f16` and `f128` with MinGW. See
23
23
// <https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115054>.
24
24
|| target. contains ( "windows-gnu" )
25
- // // FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
26
- // // See <https://github.com/llvm/llvm-project/issues/77401>.
27
- // || target.starts_with("i686")
25
+ // FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
26
+ // See <https://github.com/llvm/llvm-project/issues/77401>.
27
+ || target. starts_with ( "i586" )
28
+ || target. starts_with ( "i686" )
28
29
// 32-bit PowerPC and 64-bit LE gets code generated that Qemu cannot handle. See
29
30
// <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105635926>.
30
31
|| target. starts_with ( "powerpc-" )
You can’t perform that action at this time.
0 commit comments