-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedbugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Milestone
Description
Zig Version: 0.11.0-dev.2634+b0186f310
Lines 962 to 964 in b0186f3
// TODO get universal-libc tests passing for self-hosted backends. | |
if (test_target.use_llvm == false and mem.eql(u8, options.name, "universal-libc")) | |
continue; |
Until this issue is resolved, the CI does not provide test coverage for the x86_64 self-hosted backend passing the universal-libc tests.
Related: #15329
This is a prerequisite to making the x86_64 self-hosted backend the default backend for debug builds.
Metadata
Metadata
Assignees
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedbugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorenhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.
Type
Projects
Status
Ditch LLVM