[PATCH] D128958: Add assembler plumbing for sanitize_memtag

Mitch Phillips via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 12 17:22:20 PDT 2022


hctim marked 2 inline comments as done.
hctim added inline comments.


================
Comment at: llvm/include/llvm/MC/MCSymbolELF.h:47
+  bool isMemoryTagged() const;
+  void setTagged(bool Tagged);
+
----------------
eugenis wrote:
> Why are these names so random?
> 
> ```
> getMemTag()
> setMemTag()
> ```
> 
> or something similar with "is"
done, modelled after `setVisibility / getVisibility` above


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128958



More information about the llvm-commits mailing list