Move PPC Linux to CFI.
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 5 May 2011 21:34:33 +0000 (21:34 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 5 May 2011 21:34:33 +0000 (21:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130951 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCMCAsmInfo.cpp

index 9e508cc9babb9a93f497b86874327a5d81973a71..2d5c8809ba9f7484160eae8d5aec08eb029fc523 100644 (file)
@@ -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;