diff options
Diffstat (limited to 'lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp')
| -rw-r--r-- | lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp b/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp index 8ac461b96b88..fb7bf23509c7 100644 --- a/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp +++ b/lib/Target/PowerPC/MCTargetDesc/PPCMCAsmInfo.cpp @@ -61,7 +61,7 @@ PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) {    CommentString = "#";    // Uses '.section' before '.bss' directive -  UsesELFSectionDirectiveForBSS = true;   +  UsesELFSectionDirectiveForBSS = true;    // Debug Information    SupportsDebugInformation = true; @@ -73,7 +73,7 @@ PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) {    // Exceptions handling    ExceptionsType = ExceptionHandling::DwarfCFI; -     +    ZeroDirective = "\t.space\t";    Data64bitsDirective = is64Bit ? "\t.quad\t" : nullptr;    AssemblerDialect = 1;           // New-Style mnemonics. | 
