ARM64: use the integrated assembler on ELF.
[oota-llvm.git] / lib / Target / ARM64 / MCTargetDesc / ARM64MCAsmInfo.cpp
index 97e0d3c74b37fea01c396d8178d8db904e00583b..0575e6f7d4c38477c3084aed2771892def178388 100644 (file)
@@ -89,4 +89,6 @@ ARM64MCAsmInfoELF::ARM64MCAsmInfoELF() {
 
   // Exceptions handling
   ExceptionsType = ExceptionHandling::DwarfCFI;
+
+  UseIntegratedAssembler = true;
 }