Closed
Description
Zig Version
0.10.0-dev.4543+c1d44f73a
Steps to Reproduce
zig build fails on my project
Expected Behavior
zig build completes successfully.
Actual Behavior
zig build fails with
error: ToDo
during build-exe.
It fails at
zig/src/link/MachO/DwarfInfo.zig
Line 427 in 54c8861
on the else block of the switch on
form
withinfn findFormSize(self: DwarfInfo, form: u64, di_off: usize, cuh: CompileUnit.Header) !usize
If I add some logging to see what form
is, I get 0xc
corresponding to
Line 11 in 54c8861
This build used to succeed before the changes in #13260.