Uh oh!
There was an error while loading. Please reload this page.
gen_stubs: Add complete coverage for all (non-ILP32) arches. - #20943
Closed
alexrp wants to merge 1 commit into
Closed
gen_stubs: Add complete coverage for all (non-ILP32) arches.#20943alexrp wants to merge 1 commit into
gen_stubs: Add complete coverage for all (non-ILP32) arches.#20943alexrp wants to merge 1 commit into
Conversation
alexrp
commented
Aug 4, 2024
| fn archIndex(arch: std.Target.Cpu.Arch) u8 { | ||
| return switch (arch) { | ||
| // zig fmt: off | ||
| .riscv64 => 0, |
MemberAuthor
There was a problem hiding this comment.
I'm unsure if the the indexes that were assigned here previously had significance. If they did, I can revert this part and add the new arches at 10-12.
andrewrk
commented
Aug 7, 2024
Member
Those are missing because I was unable to get them to build: https://github.com/ziglang/zig/wiki/Updating-libc#updating-the-libcs-file |
alexrp
commented
Aug 7, 2024
MemberAuthor
Ok, I'll try those and see if they work now. At least the s390x error should be fixed by #20451. Not sure about arm and m68k. |
alexrp
commented
Aug 7, 2024
MemberAuthor
Well, I guess let's leave this PR until the LLVM 19 upgrade and then re-evaluate? |
alexrp
marked this pull request as draft
August 7, 2024 09:30
alexrp
commented
Aug 13, 2024
MemberAuthor
Closing for now; will retry the above after we upgrade to LLVM 19, and then reopen if needed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In particular, we were missing arm, m68k, and s390x.