-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
Comments
jyn514
added
O-PowerPC
Target: PowerPC processors
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
labels
Aug 31, 2021
Amanieu
added a commit
to Amanieu/rustc-builtins
that referenced
this issue
Oct 14, 2021
Amanieu
added a commit
to Amanieu/rustc-builtins
that referenced
this issue
Oct 15, 2021
Amanieu
added a commit
to Amanieu/rustc-builtins
that referenced
this issue
Oct 15, 2021
Amanieu
added a commit
to Amanieu/rustc-builtins
that referenced
this issue
Oct 15, 2021
vladimir-ea
pushed a commit
to vladimir-ea/compiler-builtins
that referenced
this issue
Mar 8, 2022
workingjubilee
changed the title
Jul 22, 2022
compiler-builtins
test no longer passingcompiler-builtins
test no longer passing on ppc64le
apiraino
added
the
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
label
Aug 3, 2022
Any idea if this still a problem? There are a handful of functions in |
The issues were likely caused by LLVM so if it works now then it most likely has been fixed in the latest LLVM upgrade. If it passes CI then it's fine to just re-enable these. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: