On MachO, the pointer to the personality function should always be in the
authorBill Wendling <isanbard@gmail.com>
Tue, 29 Nov 2011 01:43:20 +0000 (01:43 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 29 Nov 2011 01:43:20 +0000 (01:43 +0000)
commitd7c2494b3cba8dce914a7d16cfca11ffcd223d4e
tree20b7e4f86ed084ca1f7e68ee02569e7efa08c462
parent288bc5cdd0b31b923aa6acc314736f5303e67978
On MachO, the pointer to the personality function should always be in the
non_lazy_symbol_pointers section (__IMPORT,__pointers). Ignore the 'hidden' part
since that will place it in the wrong section.
<rdar://problem/10443720>

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145356 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetLoweringObjectFileImpl.cpp