llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration
authorSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Jan 2015 20:16:09 +0000 (20:16 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Fri, 16 Jan 2015 20:16:09 +0000 (20:16 +0000)
commit972a75df89bfab963f119afa3c0ffd6f82d7606a
tree87f28fbc0be86c0e56d1f0bf62f102c56513e258
parentd4bdb4e0b2d89b4a72c4bd3328f8da098bb60a53
llvm-readobj: add IMAGE_REL_ARM_MOV32(T) to the enumeration

Add an additional based relocation to the enumeration of based relocation names.
The lack of the enumerator value causes issues when inspecting WoA binaries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226314 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-readobj/COFFDumper.cpp