Use the integrated assembler as default on SystemZ
[oota-llvm.git] / lib / Target / SystemZ / MCTargetDesc / SystemZMCAsmInfo.cpp
index 35887faef831f76b813128b706cbe15e47466f65..0161d6263e7d1f22f48f289a2474d60022ff2d50 100644 (file)
@@ -24,4 +24,6 @@ SystemZMCAsmInfo::SystemZMCAsmInfo(StringRef TT) {
   UsesELFSectionDirectiveForBSS = true;
   SupportsDebugInformation = true;
   ExceptionsType = ExceptionHandling::DwarfCFI;
+
+  UseIntegratedAssembler = true;
 }