[VE] default to integrated asm in AsmInfo
authorSimon Moll <simon.moll@emea.nec.com>
Mon, 8 Nov 2021 10:58:07 +0000 (11:58 +0100)
committerSimon Moll <simon.moll@emea.nec.com>
Mon, 8 Nov 2021 10:58:29 +0000 (11:58 +0100)
VE integrated asm has been the default in Clang. Also use the default setting for integrated asm in the backend.

Reviewed By: kaz7

Differential Revision: https://reviews.llvm.org/D113384

llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp

index 7682433..9f29fc0 100644 (file)
@@ -37,5 +37,4 @@ VEELFMCAsmInfo::VEELFMCAsmInfo(const Triple &TheTriple) {
   UsesELFSectionDirectiveForBSS = true;
 
   SupportsDebugInformation = true;
-  UseIntegratedAssembler = false;
 }