[PATCH] D103111: [SystemZ][z/OS] Enable the AllowAtInName attribute for the HLASM dialect

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 07:50:12 PDT 2021


This revision was automatically updated to reflect the committed changes.
Closed by commit rG1bc0e857bfd4: [SystemZ][z/OS] Enable the AllowAtInName attribute for the HLASM dialect (authored by anirudhp).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103111

Files:
  llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp


Index: llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
===================================================================
--- llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
+++ llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.cpp
@@ -30,6 +30,7 @@
   DotIsPC = (AssemblerDialect == AD_ATT);
   StarIsPC = (AssemblerDialect == AD_HLASM);
   EmitGNUAsmStartIndentationMarker = (AssemblerDialect == AD_ATT);
+  AllowAtInName = (AssemblerDialect == AD_HLASM);
 
   ZeroDirective = "\t.space\t";
   Data64bitsDirective = "\t.quad\t";


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103111.347962.patch
Type: text/x-patch
Size: 556 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210526/8918d08e/attachment.bin>


More information about the llvm-commits mailing list