-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
arm-linux-gnueabihf #102
Comments
Not sure what could be causing this. |
When producing the LLVM target triple, it needs to select the appropriate LLVM subarch for arm. In Zig we model this with CPU features instead of a "sub architecture" concept. |
I'm just not clear on where exactly that subarch gets added to the triple. 🤔 |
Oh, sorry, are you saying we don't currently add the appropriate Arm version to the triple but we should? |
Yeah. Or maybe it had to do with assembly files taking the target differently. This is definitely my fault, I remember noticing it and thinking, "oh that's an easy fix" and then never doing it. |
Host system: x86_64-gentoo-linux-musl
The text was updated successfully, but these errors were encountered: