mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
don't reset the default.
llvm-svn: 100352
This commit is contained in:
parent
c83be77854
commit
59f012caee
@ -49,7 +49,6 @@ PPCLinuxMCAsmInfo::PPCLinuxMCAsmInfo(bool is64Bit) {
|
|||||||
// Exceptions handling
|
// Exceptions handling
|
||||||
if (!is64Bit)
|
if (!is64Bit)
|
||||||
ExceptionsType = ExceptionHandling::Dwarf;
|
ExceptionsType = ExceptionHandling::Dwarf;
|
||||||
AbsoluteEHSectionOffsets = false;
|
|
||||||
|
|
||||||
ZeroDirective = "\t.space\t";
|
ZeroDirective = "\t.space\t";
|
||||||
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
Data64bitsDirective = is64Bit ? "\t.quad\t" : 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user