Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Apr 2011 23:08:15 +0000 (23:08 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 27 Apr 2011 23:08:15 +0000 (23:08 +0000)
commit7afec9cc0ff1654619d30b6f30e2a4d13369c8bf
treee05b8b886775447f332990351dd63d8ab493e3b6
parent685f07fac2754f98f5273f3a9a32da27027c2172
Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and
give it a bit more responsibility. Also implement it for MachO.

If hacked to use cfi, 32 bit MachO will produce

.cfi_personality 155, L___gxx_personality_v0$non_lazy_ptr

and 64 bit will produce

.cfi_presonality ___gxx_personality_v0

The general idea is that .cfi_personality gets passed the final symbol. It is
up to codegen to produce it if using indirect representation (like 32 bit
MachO), but it is up to MC to decide which relocations to create.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130341 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.cpp
lib/Target/X86/X86TargetObjectFile.h