commit | bc8e3f8c45c16e272b6c0b3b93688b85988886d6 | [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 | 40edb807e898a2fc3c72f883385073a7fd9d5fe8 | |
parent | d58fe3c55ed71c78bf2ae199c8b704305e03ee25 [diff] [blame] |
Move PPC Linux to CFI. llvm-svn: 130951
diff --git a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp b/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp index 9e508cc..2d5c880 100644 --- a/llvm/lib/Target/PowerPC/PPCMCAsmInfo.cpp +++ b/llvm/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;