1
0
mirror of https://github.com/RPCSX/llvm.git synced 2024-12-15 07:59:50 +00:00

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225213 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brad Smith 2015-01-05 21:48:16 +00:00
parent 92a87c67ee
commit a45b58174f
2 changed files with 2 additions and 4 deletions
lib/Target
PowerPC/MCTargetDesc
Sparc/MCTargetDesc

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*