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() {
2424 // FIXME(llvm): There is an ABI incompatibility between GCC and Clang on 32-bit x86.
2525 // See <https://github.com/llvm/llvm-project/issues/77401>.
2626 || 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
2828 // <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105635926>.
2929 || target. starts_with ( "powerpc-" )
30+ || target. starts_with ( "powerpc64le-" )
3031 // FIXME: We get different results from the builtin functions. See
3132 // <https://github.com/rust-lang/compiler-builtins/pull/606#issuecomment-2105657287>.
3233 || target. starts_with ( "powerpc64-" )
You can’t perform that action at this time.
0 commit comments