[llvm-commits] [llvm] r130951 - /llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp

Rafael Espindola rafael.espindola at gmail.com
Thu May 5 14:34:33 PDT 2011


Author: rafael
Date: Thu May  5 16:34:33 2011
New Revision: 130951

URL: http://llvm.org/viewvc/llvm-project?rev=130951&view=rev
Log:
Move PPC Linux to CFI.

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp

Modified: llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp?rev=130951&r1=130950&r2=130951&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCMCAsmInfo.cpp Thu May  5 16:34:33 2011
@@ -48,7 +48,7 @@
 
   // Exceptions handling
   if (!is64Bit)
-    ExceptionsType = ExceptionHandling::DwarfTable;
+    ExceptionsType = ExceptionHandling::DwarfCFI;
     
   ZeroDirective = "\t.space\t";
   Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;





More information about the llvm-commits mailing list