[PATCH] D81585: [AIX][XCOFF] Decode trace back table information for xcoff object file for llvm-objdump -d

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 10 12:13:34 PDT 2020


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


================
Comment at: llvm/tools/llvm-objdump/XCOFFDump.cpp:27
+
+namespace objdump {
+
----------------
hubert.reinterpretcast wrote:
> Please refer to [[ https://llvm.org/docs/CodingStandards.html#id37 | Use Namespace Qualifiers to Implement Previously Declared Functions ]] for context regarding @MaskRay's comment.
thanks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81585





More information about the llvm-commits mailing list