mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-23 12:08:25 +00:00
Move PPC Linux to CFI.
llvm-svn: 130951
This commit is contained in:
parent
aed53f33f0
commit
6612ce475e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user