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)
commit9fd41316ad07ae8dba55fce57e4f5dc8fcc8addd
tree8117949108aa374dde712b5ed17eeac81f503d3a
parent0f1312fe263b5ae5112f9a25f6c791f7ef99df70
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.

llvm-svn: 227673
llvm/test/tools/llvm-readobj/Inputs/trivial.exe.coff-arm [new file with mode: 0755]
llvm/test/tools/llvm-readobj/coff-arm-baserelocs.test [new file with mode: 0644]