[PATCH] D81585: [AIX][XCOFF] Decode trace back table information for xcoff object file for llvm-objdump -d
Hubert Tong via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 10 11:48:32 PDT 2020
hubert.reinterpretcast added inline comments.
================
Comment at: llvm/tools/llvm-objdump/XCOFFDump.cpp:27
+
+namespace objdump {
+
----------------
Please refer to [[ https://llvm.org/docs/CodingStandards.html#id37 | Use Namespace Qualifiers to Implement Previously Declared Functions ]] for context regarding @MaskRay's comment.
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