compiler-builtins
test no longer passing on ppc64le
#88520
Labels
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-PowerPC
Target: PowerPC processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The current HEAD of compiler-builtin's master branch no longer passes CI tests. Error reports failing at
testcrate/tests/cmp.rs:34:9
forpowerpc64le-unknown-linux-gnu
target.Bisection shows that the test still builds in nightly-2021-08-21 but fails in nightly-2021-08-22, so I suspect the issue is from LLVM upgrade #87570.
Initially discovered in rust-lang/compiler-builtins#405.
The text was updated successfully, but these errors were encountered: