summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-05-21 23:17:56 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-05-21 23:17:56 +0000
commit0bd31835ea83d4be0c9617dcf861df2ac35791dc (patch)
tree741545fccdc89c13e2a8af96913c49ad7fd03d7a /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp
parent54bed12082e642096bf346f31743e7389ad4d1ac (diff)
downloadbcm5719-llvm-0bd31835ea83d4be0c9617dcf861df2ac35791dc.tar.gz
bcm5719-llvm-0bd31835ea83d4be0c9617dcf861df2ac35791dc.zip
MC: correct IMAGE_REL_ARM_MOV32T relocation emission
This corrects the emission of IMAGE_REL_ARM_MOV32T relocations. Previously, we were avoiding the high portion of the relocation too early. If there was a section-relative relocation with an offset greater than 16-bits (65535), you would end up truncating the high order bits of the offset. Allow the current relocation representation to flow through out the MC layer to the object writer. Use the new ability to restrict recorded relocations to avoid emitting the relocation into the final object. llvm-svn: 209337
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud