default zig init
template fails to build with x86 backend on windows
#20589
Labels
arch-x86_64
64-bit x86
backend-self-hosted
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
linking
os-windows
Milestone
Zig Version
0.13.0, v0.14.0-dev.224+95d9292a7
Steps to Reproduce and Observed Behavior
I know x86 backend is still in the works but even the default
zig init
template fails to build on windows with.use_llvm=false
. This is both on current master branch and 0.13.0.The build fails with
Expected Behavior
I expect the default
zig init
template to atleast build considering x86 backend is supposedly passing 90%+ of tests.The text was updated successfully, but these errors were encountered: