[Lldb-commits] [lldb] [lldb] Update the String table offset based on the DWARF format (PR #147054)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jul 4 08:13:18 PDT 2025
DavidSpickett wrote:
> And by searching that error message I found:
Hacking that to be DWARF64 gets more tests passing:
```
Total Discovered Tests: 33363
Skipped : 1 (0.00%)
Unsupported : 518 (1.55%)
Passed : 32696 (98.00%)
Expectedly Failed: 31 (0.09%)
Unresolved : 2 (0.01%)
Failed : 115 (0.34%)
```
I suggest you look in lldb's source for any uses of the DWARF32 symbol, I bet we've done this elsewhere too.
https://github.com/llvm/llvm-project/pull/147054
More information about the lldb-commits
mailing list