llvm-readobj: add a test case for ARM_MOV32(T) base relocation
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 31 Jan 2015 04:46:50 +0000 (04:46 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 31 Jan 2015 04:46:50 +0000 (04:46 +0000)
commitef2a6771e9158270b5ef340b5438adcad417dcf5
treebbf41e54c0970c0bcd82005ad2d763810431d26c
parent02897142dfc8fc07b17016bb31640f075de96f76
llvm-readobj: add a test case for ARM_MOV32(T) base relocation

Add a trivial binary (int main() { return 0; }) built for Windows on ARM to
ensure that we can correctly identify ARM_MOV32(T) base relocations.  Addresses
post-commit review comments.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227673 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/Inputs/trivial.exe.coff-arm [new file with mode: 0755]
test/tools/llvm-readobj/coff-arm-baserelocs.test [new file with mode: 0644]