Move PPC Linux to CFI.

llvm-svn: 130951
This commit is contained in:
Rafael Espindola 2011-05-05 21:34:33 +00:00
parent d58fe3c55e
commit bc8e3f8c45
1 changed files with 1 additions and 1 deletions

View 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;