================
@@ -443,6 +455,9 @@ class FileSpec {
   /// The unique'd filename path.
   ConstString m_filename;
 
+  /// The optional MD5 checksum of the file.
+  Checksum m_checksum;
+
----------------
clayborg wrote:

The DWARF 5 line table should have a file list where can we easily compute this 
and warn if needed. It would be fine to store an extra bit in 
lldb_private::FileSpec that specifies if the checksum has been verified or not, 
but we would like to keep lldb_private::FileSpec to be 24 bytes or less.

https://github.com/llvm/llvm-project/pull/71459
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to