diff options
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp index d1178dd7e1f..9e508cc9bab 100644 --- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp @@ -17,7 +17,7 @@ using namespace llvm;  PPCMCAsmInfoDarwin::PPCMCAsmInfoDarwin(bool is64Bit) {    PCSymbol = ".";    CommentString = ";"; -  ExceptionsType = ExceptionHandling::DwarfTable; +  ExceptionsType = ExceptionHandling::DwarfCFI;    if (!is64Bit)      Data64bitsDirective = 0;      // We can't emit a 64-bit unit in PPC32 mode. | 

