[Lldb-commits] [lldb] [lldb] Read Checksum from DWARF line tables (PR #71458)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Wed Nov 8 21:22:36 PST 2023
================
@@ -443,6 +455,9 @@ class FileSpec {
/// The unique'd filename path.
ConstString m_filename;
+ /// The optional MD5 checksum of the file.
+ Checksum m_checksum;
+
----------------
JDevlieghere wrote:
To close the loop on this for others, Greg measured the impact of the size increase in #71457 (thank you!) and we think the size increase is acceptable in the grand scheme of things. As I mentioned in the commit message, we can always revisit this in the future.
https://github.com/llvm/llvm-project/pull/71458
More information about the lldb-commits
mailing list