[PATCH] D102534: [AIX][AsmPrinter] Print Global Variable in comments

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat May 15 16:17:05 PDT 2021


hubert.reinterpretcast added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:2186
 
+  // Print GV in verbose mode
+  if (isVerbose()) {
----------------
I looks to me that the corresponding code in `AsmPrinter::emitGlobalVariable` is guarded by `GV->hasInitializer()`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102534



More information about the llvm-commits mailing list