[PATCH] D56229: [PECOFF] Implementation of ObjectFilePECOFF:: GetUUID()
Hui Huang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 4 13:36:02 PST 2019
Hui added a comment.
Not quite sure but correct me if i am wrong.
(1) I think the Debug Directory is optional for COFF if it does have debug information and pdb to match with.
(2) The Debug Directory does not contain COFF timestamp.
Using md5 seems very tentative. Please elaborate how to leverage both COFF contents and the existing GUID mentioned?
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56229/new/
https://reviews.llvm.org/D56229
More information about the llvm-commits
mailing list