[PATCH] D97186: [XCOFF][llvm-dwarfdump] support llvm-dwarfdump for XCOFF DWARF

Jason Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 07:02:01 PDT 2021


jasonliu added inline comments.


================
Comment at: llvm/test/tools/llvm-dwarfdump/XCOFF/empty.test:180
+; DWARF64:       .debug_str contents:
+; DWARF64-NEXT:  0x00000000: "XL C/C++ for AIX, (IBM Internal Development Branch), clang version 13.0.0"
+; DWARF64-NEXT:  0x0000004a: "empty.c"
----------------
Could you add the empty.c test case as comment here and the compile command as well so that people know how to reproduce if needed?
Also, could we use a public available compiler (xlclang 16.1 / gcc) instead of a self-built compiler to compile this test case for better reproducibility later as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97186



More information about the llvm-commits mailing list