[Lldb-commits] [lldb] [lldb] Change how Symbol stores symbol re-export info (PR #172565)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 6 13:11:49 PST 2026
jimingham wrote:
Note, a re-exported symbol doesn't have an address range. It feels like you should be able to take advantage of that to use the same store for both cases just w/o the reference to the ConstString. I also can't see how using that address could cause actual problems. If ConstStrings are moving around, I think we would see much more havoc than just this.
https://github.com/llvm/llvm-project/pull/172565
More information about the lldb-commits
mailing list