================ @@ -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:
We are increasing the size of all FileSpec objects by 16 bytes here. Is. it possible to do these checks another way? The FileSpec is already 24 bytes, now it will be 40. https://github.com/llvm/llvm-project/pull/71458 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits