Use the integrated assembler by default on 32-bit PowerPC and SPARC

llvm-svn: 225213
This commit is contained in:
Brad Smith 2015-01-05 21:48:16 +00:00
parent a2e3e368e7
commit 9cf1e26201
2 changed files with 2 additions and 4 deletions

View File

@ -74,7 +74,6 @@ PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool is64Bit, const Triple& T) {
AssemblerDialect = 1; // New-Style mnemonics.
LCOMMDirectiveAlignmentType = LCOMM::ByteAlignment;
if (T.isOSFreeBSD() || ((T.isOSNetBSD() || T.isOSOpenBSD()) && !is64Bit))
UseIntegratedAssembler = true;
UseIntegratedAssembler = true;
}

View File

@ -42,8 +42,7 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(StringRef TT) {
SunStyleELFSectionSwitchSyntax = true;
UsesELFSectionDirectiveForBSS = true;
if (TheTriple.isOSSolaris() || TheTriple.isOSOpenBSD())
UseIntegratedAssembler = true;
UseIntegratedAssembler = true;
}
const MCExpr*