$OpenBSD: patch-lib_Target_Sparc_MCTargetDesc_SparcMCAsmInfo_cpp,v 1.2 2015/02/11 00:29:05 brad Exp $

r225957
Use the integrated assembler by default on SPARC.

--- lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp.orig	Sun Mar  2 21:57:39 2014
+++ lib/Target/Sparc/MCTargetDesc/SparcMCAsmInfo.cpp	Mon Feb  2 11:12:32 2015
@@ -43,8 +43,7 @@ SparcELFMCAsmInfo::SparcELFMCAsmInfo(StringRef TT) {
   SunStyleELFSectionSwitchSyntax = true;
   UsesELFSectionDirectiveForBSS = true;
 
-  if (TheTriple.getOS() == llvm::Triple::Solaris)
-    UseIntegratedAssembler = true;
+  UseIntegratedAssembler = true;
 }
 
 const MCExpr*
