[PATCH] D43978: Write a hash of the binary as the PE Debug Directory Timestamp
Shoaib Meenai via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 1 18:29:41 PST 2018
smeenai added a comment.
"Hash the PDB"
I thought hashing the PDB itself was considered undesirable for speed reasons (since PDBs can get pretty large)? Or is xxHash64 fast enough that it doesn't matter?
https://reviews.llvm.org/D43978
More information about the llvm-commits
mailing list