-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
s390x
target seems got slow after update of LLVM.
#23557
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
oh, that also kind of includes |
You're probably hitting: llvm/llvm-project#134714
I don't follow; where does Hexagon fit into this? |
I don't really know, just to make sure I'll run second time and see if that happens again. |
@alexrp yeah |
Oh, you're actually trying to build it. Don't bother with that; timeouts aside, there is a bug on the LLVM side that isn't likely to be fixed until LLVM 21, and which prevents building large binaries like |
mkay |
@alexrp lil update I compiled through WSL2 and got relocation error ouch
|
maybe we need make seperate issue of this? |
That is the Hexagon issue I was referring to: llvm/llvm-project#111217 |
oh okay didn't saw that pull request |
The fix for this is in LLVM 20.1.5. |
Zig Version
0.15.0-dev.263+d8153fa74
Steps to Reproduce and Observed Behavior
As you can see in this run, I made two attempts but hit the GitHub Actions runner limit. However, after downgrading to
0.15.0-dev.137+db7db4802
, it compiled fine again. Really strange.Expected Behavior
New Zig to build faster maybe? idrk
The text was updated successfully, but these errors were encountered: