ReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 1 Jan 2015 03:11:53 +0000 (03:11 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 1 Jan 2015 03:11:53 +0000 (03:11 +0000)
commit93930b65b8e3888a3adb4d1bdfe74c2bc93a1fe5
tree0547ce847817406dd047ba3962171a5924d7440c
parentc58ce4132a05f75aa5ac9794defe38cf2a8aa24f
ReaderWriter: teach the writer about IMAGE_REL_ARM_ADDR32

This implements the IMAGE_REL_ARM_ADDR32 relocation.  There are still a few more
relocation types that need to resolved before lld can even attempt to link a
trivial program for Windows on ARM.

llvm-svn: 225057
lld/lib/ReaderWriter/PECOFF/WriterPECOFF.cpp
lld/test/pecoff/Inputs/armnt-addr32.obj.yaml [new file with mode: 0644]
lld/test/pecoff/Inputs/armnt-addr32.s [new file with mode: 0644]
lld/test/pecoff/armnt-addr32.test [new file with mode: 0644]