[PATCH] D89049: [AIX][XCOFF] print out the traceback info
Digger Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 28 10:37:50 PDT 2023
DiggerLin added inline comments.
================
Comment at: llvm/tools/llvm-objdump/XCOFFDump.cpp:270
+ PrintBytes(4);
+ OS << "\t ControlledStorageInfoDisp[" << I << "] = " << Disp[I];
+ // Print another 4 bytes for 64 bit.
----------------
stephenpeckham wrote:
> It's not critical, but I would use "# " in the output for the array of displacements.
I will use '#' for the first one. ControlledStorageInfoDisp[0]
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89049/new/
https://reviews.llvm.org/D89049
More information about the llvm-commits
mailing list