[PATCH] D94536: [dsymutil] Warn on timestmap mismatch between object file and debug map
Jonas Devlieghere via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 12 11:24:23 PST 2021
JDevlieghere created this revision.
JDevlieghere added reviewers: aprantl, friss, avl.
JDevlieghere requested review of this revision.
Herald added a project: LLVM.
Add a warning when the timestmap doesn't match between the object file and the debug map entry. We were already emitting such warnings for archive members and swift interface files. This patch also unifies the warning across all three.
https://reviews.llvm.org/D94536
Files:
llvm/test/tools/dsymutil/Inputs/basic.macho.x86_64.o
llvm/test/tools/dsymutil/X86/swift-ast-x86_64.test
llvm/test/tools/dsymutil/debug-map-parsing.test
llvm/tools/dsymutil/BinaryHolder.cpp
llvm/tools/dsymutil/BinaryHolder.h
llvm/tools/dsymutil/DwarfLinkerForBinary.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94536.316173.patch
Type: text/x-patch
Size: 5572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210112/5ebd6439/attachment.bin>
More information about the llvm-commits
mailing list