[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 17:52:59 PST 2018
smeenai added inline comments.
================
Comment at: lld/COFF/Writer.cpp:1045
+
+ // Set the build it to a hash of the executable file, but do this before
+ // actually setting the guid and age, since those introduce some
----------------
built it? Did you mean timestamp? (Or build id, but that doesn't seem right here.)
https://reviews.llvm.org/D43978
More information about the llvm-commits
mailing list