[Object] Implement relocation resolver for COFF ARM/ARM64
commitc26d65811eec66a2f62a86cb70aa678a3e6580b4
authorMartin Storsjo <martin@martin.st>
Tue, 10 Sep 2019 12:31:40 +0000 (10 12:31 +0000)
committerMartin Storsjo <martin@martin.st>
Tue, 10 Sep 2019 12:31:40 +0000 (10 12:31 +0000)
treecda53dc2d09fdcf2018395157e654238176d9c15
parentf97737c19564d270827803bb6078b200abb00f98
[Object] Implement relocation resolver for COFF ARM/ARM64

Adding testscases for this via llvm-dwarfdump.

Also add testcases for the existing resolver support for X86.

Differential Revision: https://reviews.llvm.org/D67340

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371515 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/RelocationResolver.cpp
test/tools/llvm-dwarfdump/coff-arm.yaml [new file with mode: 0644]
test/tools/llvm-dwarfdump/coff-arm64.yaml [new file with mode: 0644]
test/tools/llvm-dwarfdump/coff-i386.yaml [new file with mode: 0644]
test/tools/llvm-dwarfdump/coff-x86_64.yaml [new file with mode: 0644]