mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Enable exceptions handling on PPC64 now that cr misaligned spilling
was fixed in r163713. llvm-svn: 163715
This commit is contained in:
parent
33d40fe071
commit
5ad9880cb1
@ -59,8 +59,7 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
|
||||
HasLEB128 = true; // Target asm supports leb128 directives (little-endian)
|
||||
|
||||
// Exceptions handling
|
||||
if (!is64Bit)
|
||||
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||
|
||||
ZeroDirective = "\t.space\t";
|
||||
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
||||
|
Loading…
Reference in New Issue
Block a user