llvm-project/llvm/test/tools/llvm-readobj
Paul Kirth aa123b8c09 [llvm-readobj] Improve JSON output
The current implementation outputs JSON in the following way:

[{'<filename>':{'FileSummary':{},...}}]

Using the filename as a key makes processing the JSON data awkward, and
should be avoided. This patch removes that outer key, since the
'FileSummary' data also includes a 'File' field, and so we lose no data.

Reviewed By: jhenderson, leonardchan

Differential Revision: https://reviews.llvm.org/D134843
2022-10-17 16:42:57 +00:00
..
COFF [llvm-readobj] Decode the new ARM64 SEH info for return address signing 2022-10-11 14:32:01 +03:00
ELF [llvm-readobj] Improve JSON output 2022-10-17 16:42:57 +00:00
MachO Reland "[llvm-readobj][MachO] Add option to sort the symbol table before dumping (MachO only, for now)." 2022-03-31 14:21:41 -04:00
XCOFF [AIX] llvm-readobj support a new option --exception-section for xcoff object file. 2022-09-19 10:55:48 -04:00
wasm llvm-readobj: support globals in initializer expressions 2022-01-31 20:11:08 -08:00
archive.test
basic.test [AIX] support write operation of big archive. 2022-05-13 10:40:15 -04:00
macho-arm64e.test
sort-symbols.test Reland "[llvm-readobj][MachO] Add option to sort the symbol table before dumping (MachO only, for now)." 2022-03-31 14:21:41 -04:00
thin-archive.test