[Lldb-commits] [lldb] [LLDB] Fix debuginfo ELF files overwriting Unified Section List (PR #166635)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Thu Nov 6 02:15:47 PST 2025
https://github.com/DavidSpickett commented:
The overall logic makes sense to me but others have the expertise to approve.
Arm 32-bit is usually sensitive to these changes because it needs to know what code regions are Thumb vs. Arm code. IIRC this uses a combination of mapping symbols and function symbol addresses.
I haven't looked too closely at this change but it seems likely that it would be at worst neutral and quite likely an improvement for Arm.
Our bot is good at catching this stuff so if it fails, I'll revert this and figure out the problem for you.
https://github.com/llvm/llvm-project/pull/166635
More information about the lldb-commits
mailing list