[llvm] c2b91ee - [VE] default to integrated asm in AsmInfo
Simon Moll via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 8 02:59:26 PST 2021
Author: Simon Moll
Date: 2021-11-08T11:58:29+01:00
New Revision: c2b91eef275d4eee4d415be205e3d3dc44d40015
URL: https://github.com/llvm/llvm-project/commit/c2b91eef275d4eee4d415be205e3d3dc44d40015
DIFF: https://github.com/llvm/llvm-project/commit/c2b91eef275d4eee4d415be205e3d3dc44d40015.diff
LOG: [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
Added:
Modified:
llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp b/llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
index 76824335239b..9f29fc092c69 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;
}
More information about the llvm-commits
mailing list