summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/system_error.cpp
diff options
context:
space:
mode:
authorSaleem Abdulrasool <compnerd@compnerd.org>2014-04-30 04:54:58 +0000
committerSaleem Abdulrasool <compnerd@compnerd.org>2014-04-30 04:54:58 +0000
commitf8222631a5036f5bb08aba9a8275732ca6924906 (patch)
tree4fdc149c206e02486602bd609b1ac3e1d8915631 /llvm/lib/Support/system_error.cpp
parentae360dc36c91798c97dc387575fa44cfbcf14b5d (diff)
downloadbcm5719-llvm-f8222631a5036f5bb08aba9a8275732ca6924906.tar.gz
bcm5719-llvm-f8222631a5036f5bb08aba9a8275732ca6924906.zip
ARM: partially handle 32-bit relocations for WoA
IMAGE_REL_ARM_MOV32T relocations require that the movw/movt pair-wise relocation is not split up and reordered. When expanding the mov32imm pseudo-instruction, create a bundle if the machine operand is referencing an address. This helps ensure that the relocatable address load is not reordered by subsequent passes. Unfortunately, this only partially handles the case as the Constant Island Pass occurs after the instructions are unbundled and does not properly handle bundles. That is a more fundamental issue with the pass itself and beyond the scope of this change. llvm-svn: 207608
Diffstat (limited to 'llvm/lib/Support/system_error.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud