File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,10 @@ fn main() {
24
24
// FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
25
25
// See <https://github.com/llvm/llvm-project/issues/77401>.
26
26
|| target. starts_with ( "i686" )
27
- // 32-bit PowerPC gets code generated that Qemu cannot handle. See
27
+ // 32-bit PowerPC and 64-bit LE gets code generated that Qemu cannot handle. See
28
28
// <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105635926>.
29
29
|| target. starts_with ( "powerpc-" )
30
+ || target. starts_with ( "powerpc64le-" )
30
31
// FIXME: We get different results from the builtin functions. See
31
32
// <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105657287>.
32
33
|| target. starts_with ( "powerpc64-" )
You can’t perform that action at this time.
0 commit comments