[PATCH] D119611: ReleaseNotes: add notes for binary utilities
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 14 00:38:07 PST 2022
jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.
One nit, otherwise looks good (NB: I haven't double-checked that there aren't more things worth release noting (@gbreynoo and others, it might be worth you taking a look through too to see if there's anything else that should be commented on).
================
Comment at: llvm/docs/ReleaseNotes.rst:215
* llvm-readobj: Improved printing of symbols in Windows unwind data.
+* llvm-readobj now supports ``--elf-output-style=JSON`` for JSON output and ``--pretty-print`` for pretty printing.
+* llvm-readobj now supports several dump styles (``--needed-libs, --relocs, --syms``) for XCOFF.
----------------
Otherwise, it sounds like `--pretty-print` is for non-JSON output formats too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119611/new/
https://reviews.llvm.org/D119611
More information about the llvm-commits
mailing list