[PATCH] D97748: [SystemZ][z/OS] Add support to validate a HLASM Label.
Ulrich Weigand via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 2 00:53:45 PST 2021
uweigand added inline comments.
================
Comment at: llvm/lib/Target/SystemZ/MCTargetDesc/SystemZMCAsmInfo.h:17
class Triple;
+enum AsmDialect { AD_ATT = 0, AD_HLASM = 1 };
----------------
Hmm, if we move this to a more "public" location we might want to rename the type to something like SystemZAsmDialect to avoid potential conflicts.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97748/new/
https://reviews.llvm.org/D97748
More information about the llvm-commits
mailing list