Allow FDE references outside the +/-2GB range supported by PC relative
authorJoerg Sonnenberger <joerg@bec.de>
Fri, 21 Nov 2014 14:42:43 +0000 (14:42 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Fri, 21 Nov 2014 14:42:43 +0000 (14:42 +0000)
commitf769ae1ac43f8703328bbc9b12b0436c0e0ae0ba
treec7da3aad62787aa8b838944fb988ea2fa8ad094f
parent6c4d1ea8c4d133a528bcf0b829e3850900155e5d
Allow FDE references outside the +/-2GB range supported by PC relative
offsets for code models other than small/medium. For JIT application,
memory layout is less controlled and can result in truncations
otherwise.

Patch from Akos Kiss.

Differential Revision: http://reviews.llvm.org/D6079

llvm-svn: 222538
llvm/lib/MC/MCObjectFileInfo.cpp