commit | 108709d4d1ff02317972956540dad571bdf43e95 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 05 21:34:33 2011 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu May 05 21:34:33 2011 +0000 |
tree | 1cb648cde63bf85fb102376298fe6a1c4b1f9d72 | |
parent | 10c66120780527d5b75b2ec3da3457abe9333cbd [diff] [blame] |
Move PPC Linux to CFI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130951 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@ // Exceptions handling if (!is64Bit) - ExceptionsType = ExceptionHandling::DwarfTable; + ExceptionsType = ExceptionHandling::DwarfCFI; ZeroDirective = "\t.space\t"; Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;