[PATCH] D100975: [AsmParser][SystemZ][z/OS] Reject "Dot" as current PC on z/OS
Kai Nacke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 22 12:05:03 PDT 2021
Kai added inline comments.
================
Comment at: llvm/include/llvm/MC/MCAsmInfo.h:122
+ /// Allow '.' token, when not referencing an identifier or constant, to refer
+ /// to the current PC. Defaults to false.
+ bool DotIsPC = true;
----------------
Comment is in contradiction with code below.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100975/new/
https://reviews.llvm.org/D100975
More information about the llvm-commits
mailing list