-
-
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
zig cc foo.c -target s390x-linux-musl
fails due to invalid target CPU
#9442
Comments
On my system ( In
Then, when I run cffi, it will pass these cflags to the compiler, and
Funny enough, occasionally, I can get a coredump this way.
|
Looked into this a bit on the LLVM and GCC sides. s390x is a bit of an outlier in that it doesn't have a The fix here probably has to be on the Zig side; the fact that both GCC and Clang reject I believe that the right fix on the Zig side is to change |
The text was updated successfully, but these errors were encountered: