[Lldb-commits] [lldb] [lldb] Read Checksum from DWARF line tables (PR #71458)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 7 11:17:59 PST 2023
https://github.com/clayborg requested changes to this pull request.
I would love to see if we can do this without increasing the size of FileSpec objects. Can we have the DWARF line tables store a FileSpec + checksum and do its warning without making every file object contain a checksum object that most people will never use?
https://github.com/llvm/llvm-project/pull/71458
More information about the lldb-commits
mailing list