GCC uses a different encoding of pointers in the FDE when using
-fno-dwarf2-cfi-asm. Implement the same behavior. llvm-svn: 130637
This commit is contained in:
@@ -879,7 +879,7 @@ unsigned TargetLoweringObjectFileMachO::getLSDAEncoding() const {
|
||||
return DW_EH_PE_pcrel;
|
||||
}
|
||||
|
||||
unsigned TargetLoweringObjectFileMachO::getFDEEncoding() const {
|
||||
unsigned TargetLoweringObjectFileMachO::getFDEEncoding(bool CFI) const {
|
||||
return DW_EH_PE_pcrel;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user