[PATCH] D130426: [CodeGen] Fixed ambiguous symbol ExtAddrMode in case of NDEBUG and LLVM_ENABLE_DUMP
Aaron Ballman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 25 08:37:08 PDT 2022
aaron.ballman added inline comments.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:2618
+} // end anonymous namespace
+
----------------
+1 to not extending the anonymous namespace like this but instead using a qualified identifier as necessary.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130426/new/
https://reviews.llvm.org/D130426
More information about the llvm-commits
mailing list