Commit back the correct bits of r222760 (was r222538).
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 27 Nov 2014 17:13:56 +0000 (17:13 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 27 Nov 2014 17:13:56 +0000 (17:13 +0000)
commitd11591b293ed4b5ead18866c88288d6daebb1f4c
treef5b477321278b432990307b0c9eb42888ec9578a
parentb3323f0bd9bcc445d71631ea958e84dee1f103ae
Commit back the correct bits of r222760 (was r222538).

I also added a test.

Original message:

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: 222897
llvm/lib/MC/MCObjectFileInfo.cpp
llvm/test/MC/ELF/cfi-large-model.s [new file with mode: 0644]