mirror of
https://github.com/RPCSX/llvm.git
synced 2025-03-03 02:17:41 +00:00
Enable exceptions handling on PPC64 now that cr misaligned spilling
was fixed in r163713. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@163715 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
db9ba339b1
commit
ba9d069d79
@ -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…
x
Reference in New Issue
Block a user