[PATCH] D41926: [DWARFv5] CodeGen support for MD5 checksum

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 11 09:08:38 PST 2018


aprantl added a comment.

Wait. I think I can answer my own question. We store the MD5 sum as a string in DIFile. I vaguely remember the discussion happening back then.

So I think what we need is to make sure the. the Verifier rejects invalid MD5 strings on DIFiles.


https://reviews.llvm.org/D41926





More information about the llvm-commits mailing list