[PATCH] D133392: [MTE] Add AArch64GlobalsTagging Pass

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 7 11:04:16 PDT 2022


fmayer added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64GlobalsTagging.cpp:25
+
+using namespace llvm;
+
----------------
why don't we put this into the llvm namespace rather than using?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133392



More information about the llvm-commits mailing list