dsymutil: print a warning when there is a module hash mismatch.
authorAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 17:11:10 +0000 (17:11 +0000)
committerAdrian Prantl <aprantl@apple.com>
Wed, 23 Sep 2015 17:11:10 +0000 (17:11 +0000)
commitf4ad7592cd358241a59690321ee4aaf468c35cb4
tree3fff7eb0976843e94bbafac38d5aa865d6ef45ee
parent18136471116532e630ce7626c7a660c5495514d8
dsymutil: print a warning when there is a module hash mismatch.

This also updates the module binaries in the test directory because
their module hash mismatched.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@248396 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/dsymutil/Inputs/mismatch/1.o [new file with mode: 0644]
test/tools/dsymutil/Inputs/mismatch/mismatch.pcm [new file with mode: 0644]
test/tools/dsymutil/Inputs/modules/1.o
test/tools/dsymutil/Inputs/modules/Bar.pcm
test/tools/dsymutil/Inputs/modules/Foo.pcm
test/tools/dsymutil/X86/mismatch.m [new file with mode: 0644]
test/tools/dsymutil/X86/modules.m
tools/dsymutil/DwarfLinker.cpp