aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2011-05-05 21:34:33 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2011-05-05 21:34:33 +0000
commit108709d4d1ff02317972956540dad571bdf43e95 (patch)
tree1cb648cde63bf85fb102376298fe6a1c4b1f9d72 /lib
parent10c66120780527d5b75b2ec3da3457abe9333cbd (diff)
downloadexternal_llvm-108709d4d1ff02317972956540dad571bdf43e95.zip
external_llvm-108709d4d1ff02317972956540dad571bdf43e95.tar.gz
external_llvm-108709d4d1ff02317972956540dad571bdf43e95.tar.bz2
Move PPC Linux to CFI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130951 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/PowerPC/PPCMCAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/PPCMCAsmInfo.cpp
index 9e508cc..2d5c880 100644
--- a/lib/Target/PowerPC/PPCMCAsmInfo.cpp
+++ b/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;