diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-05 21:34:33 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2011-05-05 21:34:33 +0000 |
commit | bc8e3f8c45c16e272b6c0b3b93688b85988886d6 (patch) | |
tree | 40edb807e898a2fc3c72f883385073a7fd9d5fe8 | |
parent | d58fe3c55ed71c78bf2ae199c8b704305e03ee25 (diff) | |
download | bcm5719-llvm-bc8e3f8c45c16e272b6c0b3b93688b85988886d6.tar.gz bcm5719-llvm-bc8e3f8c45c16e272b6c0b3b93688b85988886d6.zip |
Move PPC Linux to CFI.
llvm-svn: 130951
-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 9e508cc9bab..2d5c8809ba9 100644 --- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp @@ -48,7 +48,7 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) { // Exceptions handling if (!is64Bit) - ExceptionsType = ExceptionHandling::DwarfTable; + ExceptionsType = ExceptionHandling::DwarfCFI; ZeroDirective = "\t.space\t"; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0; |