mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 07:34:33 +00:00
Move PPC Linux to CFI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130951 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
10c6612078
commit
108709d4d1
@ -48,7 +48,7 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
|
|||||||
|
|
||||||
// Exceptions handling
|
// Exceptions handling
|
||||||
if (!is64Bit)
|
if (!is64Bit)
|
||||||
ExceptionsType = ExceptionHandling::DwarfTable;
|
ExceptionsType = ExceptionHandling::DwarfCFI;
|
||||||
|
|
||||||
ZeroDirective = "\t.space\t";
|
ZeroDirective = "\t.space\t";
|
||||||
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user