[lld] [llvm] [llvm-readobj][ELF] Alter JSON/LLVM output on note sections to allow for multiple notes per section in JSON (PR #96813)
Fred Grim via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 26 19:59:25 PDT 2024
feg208 wrote:
> Personally I prefer not to use the LLVM style. I only use the LLVM style for COFF/Mach-O output where the llvm-objdump tabular output lacks some details...
Yeah. I am building some tooling that just makes use of the JSON output for elf files mostly because it is persistently machine parseable. I do sort of wonder if we would be ok with formatted NT_PRPSINFO and NT_PRSTATUS notes similar to NT_FILE. Thoughts @jh7370?
https://github.com/llvm/llvm-project/pull/96813
More information about the llvm-commits
mailing list