error: NoSpaceLeft
on a program built with the x86_64 backend
#23099
Labels
arch-x86_64
64-bit x86
backend-self-hosted
bug
Observed behavior contradicts documented or intended behavior
Milestone
Zig Version
0.14.0-dev.3462+edabcf619
Steps to Reproduce and Observed Behavior
The following program runs fine when built with LLVM enabled but gives an error when using the x86_64 backend:
When adding
.use_llvm = false
in the executable options ofbuild.zig
and trying to run the program, I get the following output:Expected Behavior
Here is an example of expected output:
The text was updated successfully, but these errors were encountered: