-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
std.os.linux
: A handful of random porting fixes, mostly for armeb
and thumbeb
#20719
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
Conversation
Head branch was pushed to by a user without write access
@@ -7290,7 +7349,7 @@ pub const AUDIT = struct { | |||
ARMEB = toAudit(.armeb), | |||
CSKY = toAudit(.csky), | |||
HEXAGON = @intFromEnum(std.elf.EM.HEXAGON), | |||
X86 = toAudit(.x86), | |||
LOONGARCH64 = toAudit(.loongarch64), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting that I plan to rewrite these audit bindings in a follow-up PR. There's no sense in doing std.Target.Cpu.Arch
-> std.elf.EM
here, especially since there is not a 1:1 mapping.
This is properly ready for review now. |
No description provided.