-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
translate-c test regression of array alignment after LLVM 14 upgrade #12055
Comments
This does not happen on MacOS when using translate-c with |
I can reproduce this with a zig-bootstrap build of x86_64-linux-musl - even the host build. Perhaps the next thing to check would be if the problem happens with a debug build. |
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
Closes ziglang#10357 Closes ziglang#11236 Closes ziglang#11615 Closes ziglang#12055
No idea why this is happening. Observed to happen on the FreeBSD CI and AArch64 Drone CI, after the LLVM 14 upgrade.
Happens with stage1; have not confirmed whether it happens with stage2 or stage3 yet (could make a difference due to LLVM IR C ABI lowerings)
The text was updated successfully, but these errors were encountered: