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)
commit5a41c372c88f2fc43b9ed47d28583ebee454d824
tree7857155b6f914f5286757cc58dd11546be06ade7
parentc3f8ad3e83ed8b7373a51349510d5ff05a588180
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.

llvm-svn: 226314
llvm/tools/llvm-readobj/COFFDumper.cpp