Open giuliano-macedo opened 3 months ago
It seems to be ~an issue with clang-tidy~, and can be fixed with the patch described here however the binary size would increase as stated by jcageman in this Caphyon issue.
Correction: it seems to be an LLVM issue that affected clang-tidy as well and it fixed by the patch in the PR.
Unrelated to your issue, but note that the x86-windows
target currently has a known (and wide-ranging) miscompilation: https://github.com/ziglang/zig/issues/20047
Zig Version
0.13.0
System information
Steps to Reproduce and Observed Behavior
src/main.zig
build.zig
zig build --verbose-cc
output:Expected Behavior
Successfully compiling