-
Notifications
You must be signed in to change notification settings - Fork 13.5k
[compiler-rt] Multiple Builtins-sparc-linux tests failing on 64-bit Linux SPARC #77358
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
Comments
Any way I can reproduce this? The log link only gives me an empty page... |
Hmm, for some reason the information for this particular build is no longer available. Basically, this is with compiler-rt and sanitizers enabled, then the testsuite being run. I will try to extract the cmake command line. |
Try with:
This is on Linux (Debian unstable sparc64). |
Hmm, weird. I tried this then followed by
|
cc @rorth |
I had to clean out previous Linux/sparc64 builds to make root for LLVM 18.1.0 rc1. When doing a runtimes build on I'll run a projects build once the release build is done, but the latter is dog slow on my system, on the order of several days. |
The only
The test errors out with
Initially, I could reduce the testcase to the attached It's even easier to see with the further reduced Compile with
(same with
FWIW, the test always works on Solaris/sparcv9, both with |
crlt.c.txt |
A lot of if not all of the Builtins-sparc-linux tests are failing on 64-bit Linux SPARC due to incorrect target settings which results in a linker failure:
Full build log available at: https://lab.llvm.org/staging/#/builders/159/builds/12
CC @jrtc27 @koachan @thesamesam
The text was updated successfully, but these errors were encountered: