[PATCH] D113384: [VE] default to integrated asm in TargetDesc

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 00:55:58 PST 2021


simoll created this revision.
simoll added a reviewer: kaz7.
simoll added a project: VE.
Herald added a subscriber: hiraditya.
simoll requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

VE integrated asm has been the default in Clang. Also use the default setting for integrated asm in the backend.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D113384

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


Index: llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
===================================================================
--- llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
+++ llvm/lib/Target/VE/MCTargetDesc/VEMCAsmInfo.cpp
@@ -37,5 +37,4 @@
   UsesELFSectionDirectiveForBSS = true;
 
   SupportsDebugInformation = true;
-  UseIntegratedAssembler = false;
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113384.385405.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/9574374c/attachment.bin>


More information about the llvm-commits mailing list