diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-02 15:00:52 +0000 | 
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-02 15:00:52 +0000 | 
| commit | c2aad4f2a312ad44d95af486b85b88c92d2c525e (patch) | |
| tree | b6e2cc40e4dde94e069e74b07bf1a5747feae21f /llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp | |
| parent | fe6d9849a1a425e2e87bc8db7292bfa5324aa5bc (diff) | |
| download | bcm5719-llvm-c2aad4f2a312ad44d95af486b85b88c92d2c525e.tar.gz bcm5719-llvm-c2aad4f2a312ad44d95af486b85b88c92d2c525e.zip | |
Move ppc OS X to cfi too. I am building it on an old ppc mini, but it will take some time.
llvm-svn: 130690
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. | 

