Revert "Allow FDE references outside the +/-2GB range supported by PC relative offset...
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 21 Nov 2014 17:21:18 +0000 (17:21 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 21 Nov 2014 17:21:18 +0000 (17:21 +0000)
commit95bafa2a1fbdf7ddcd2f027afe40f9c17cb9516f
treeb73241483b10eff77413010f7e996e1764024409
parent46c5a97adcc677c6baec90477104c488d91e55a5
Revert "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."

This reverts commit r222538.

It's causing test failures for CFI, at least on Darwin:

http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental/1189/
http://lab.llvm.org:8080/green/job/clang-stage1-configure-RA_check/1391/

Note that the previous incremental build was on r222537, and the CFI
tests weren't failing:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental/1188/

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222542 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCObjectFileInfo.cpp