From: Simon Moll Date: Mon, 8 Nov 2021 10:58:07 +0000 (+0100) Subject: [VE] default to integrated asm in AsmInfo X-Git-Tag: upstream/15.0.7~26490 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c2b91eef275d4eee4d415be205e3d3dc44d40015;p=platform%2Fupstream%2Fllvm.git [VE] default to integrated asm in AsmInfo 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 --- diff --git a/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp b/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp index 7682433..9f29fc0 100644 --- a/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp +++ b/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp @@ -37,5 +37,4 @@ VEELFMCAsmInfo::VEELFMCAsmInfo(const Triple &TheTriple) { UsesELFSectionDirectiveForBSS = true; SupportsDebugInformation = true; - UseIntegratedAssembler = false; }