Open pfgithub opened 2 months ago
Maybe it should not fail the build because some other link warnings don't seem to cause any problems, but it should show on every build.
This seemingly causes no problems:
error: warning(link): unexpected LLD stderr:
ld.lld: warning: libzdawn.a: archive member 'libdawn.a' is neither ET_REL nor LLVM bitcode
Zig Version
0.14.0-dev.1570+8ddce90e6
Steps to Reproduce and Observed Behavior
Run
zig build
once. Note the warning:Run
zig build
again. No output.Expected Behavior
The first build should have failed, or at minimum the error message should be cached and subsequent builds should display the same error.