-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedenhancementSolving 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
Lines 589 to 596 in 085cc54
.panic_unwrap_error => switch (backend) { | |
.stage2_c, .stage2_llvm => true, | |
else => false, | |
}, | |
.safety_check_formatted => switch (backend) { | |
.stage2_c, .stage2_llvm => true, | |
else => false, | |
}, |
After #21520, this causes:
+ ./zig2 build -Dno-lib
install
+- install zig
+- zig build-exe zig Debug native 705 errors
error: fatal linker error: cannot expand segment seg(0)(__TEXT_ZIG) in virtual memory
note: TODO: emit relocations to memory locations in self-hosted backends
note: as a workaround, try increasing pre-allocated virtual memory of each segment
Metadata
Metadata
Assignees
Labels
arch-x86_6464-bit x8664-bit x86backend-self-hostedenhancementSolving 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.