[PATCH] D137088: [llvm-readobj] Give JSON output a custom printSymbol

Paul Kirth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 16:48:11 PST 2022


paulkirth updated this revision to Diff 481110.
paulkirth retitled this revision from "[readobj] Give JSON output a custom printSymbol" to "[llvm-readobj] Give JSON output a custom printSymbol".
paulkirth edited the summary of this revision.
paulkirth added a comment.
Herald added subscribers: frasercrmck, luismarques, apazos, sameer.abuasal, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, atanasyan, edward-jones, zzheng, jrtc27, niosHD, sabuasal, johnrusso, rbar, asb, emaste.

Rebase patch on top of D137092 <https://reviews.llvm.org/D137092>.

- Add some tests for new JSON output of the Other field.
- Update the summary with an example of the change to the output.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137088

Files:
  llvm/test/tools/llvm-readobj/ELF/RISCV/stother.test
  llvm/test/tools/llvm-readobj/ELF/aarch64-symbols-stother.test
  llvm/test/tools/llvm-readobj/ELF/mips-symbols-stother.test
  llvm/test/tools/llvm-readobj/ELF/sections-ext.test
  llvm/test/tools/llvm-readobj/ELF/symbol-visibility.test
  llvm/tools/llvm-readobj/ELFDumper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D137088.481110.patch
Type: text/x-patch
Size: 12232 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20221208/d1d7c34a/attachment.bin>


More information about the llvm-commits mailing list