[PATCH] D89049: [AIX][XCOFF] print out the traceback info

Digger Lin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 10 06:46:29 PDT 2021


DiggerLin added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/XCOFF/disassemble-traceback-table.test:7
+## xcoff-traceback-table.o compiled with IBM XL C/C++ for AIX, V16.1.0
+## compiler command: xlc -o xcoff-traceback-table.o -c foo.c
+## foo.c:
----------------
jhenderson wrote:
> DiggerLin wrote:
> > jhenderson wrote:
> > > DiggerLin wrote:
> > > > Xiangling_L wrote:
> > > > > Should we use xlclang here?
> > > > yes, of course, we can use xlclang here, but  I think using xlc is ok too.
> > > See my above comments - add traceback table generation to yaml2obj rather than adding canned binaries that people are unable to update.
> > agree with you. same comment as above.
> Thsi comment is marked as done, but hasn't been addressed as far as I can see?
I will add some new functionality to XCOFFEmitter.cpp before I can create a xcoff object file I can use here. 


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