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

Simon Moll via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 8 02:59:40 PST 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGc2b91eef275d: [VE] default to integrated asm in AsmInfo (authored by simoll).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D113384/new/

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.385433.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211108/fa5e8179/attachment.bin>


More information about the llvm-commits mailing list