clang diagnostics broken in release modes #17952
Labels
backend-llvm
The LLVM backend outputs an LLVM IR Module.
bug
Observed behavior contradicts documented or intended behavior
Zig Version
0.12.0-dev.1571+03adafd80
Steps to Reproduce and Observed Behavior
zig build-exe repro.c
running this directly i get a compiler segfault, if using build.zig it says
error(compilation): error.InvalidAbbrevId: failed to parse clang diagnostics
with a debug build of the compiler it works as presented in #17947
Expected Behavior
successful diagnostic parsing and no segfault
The text was updated successfully, but these errors were encountered: