Golden G Richard III

Results 4 comments of Golden G Richard III

Hi, It's the clang installed with Sequoia's version of XCode and a fresh git clone from the repo: ``` thelonious:scalpel3 golden$ clang --version Apple clang version 16.0.0 (clang-1600.0.26.3) Target: arm64-apple-darwin24.0.0...

This is probably already clear, but just wanted to make sure: The executable IS compiled with -g and dsymutil was also run and the error occurs anyway.

clang 16 changes are here: https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html#dwarf-support-in-clang Is the following the breaking change? **[DWARF Support in Clang](https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html#id102) Previously when emitting DWARFv4 and tuning for GDB, Clang would use DWARF v2’s DW_AT_bit_offset...

Confirmed working, thanks for the quick fix!