Add support for the R_ARM_ABS32 relocation.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Apr 2014 02:27:00 +0000 (02:27 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 3 Apr 2014 02:27:00 +0000 (02:27 +0000)
commit2f913e3c6c3a42c0055df5cc6007e0064df3dec0
tree0bbd8a8b521bfa501ea8acd2160e2dc7b1e6418a
parentee2bf5b6077315359af175c7ee5ae580002637a3
Add support for the R_ARM_ABS32 relocation.

This should bring the arm buildbots back.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205502 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/RelocVisitor.h
test/DebugInfo/Inputs/arm-relocs.elf-arm [new file with mode: 0644]
test/DebugInfo/arm-relocs.test [new file with mode: 0644]