1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test/tools/yaml2obj
Fangrui Song 07d4532a78 [llvm-readobj] Make -s and -t match llvm-readelf
llvm-readobj is an internal testing tool for binary formats. Its output and
command line options do not need to be stable. It isn't supposed to be part of a
build process.

llvm-readelf was created as a user-facing utility and its interface intends to
be compatible with GNU readelf (unless there are good reasons not to).

The two tools have mostly compatible options. -s and -t are noticeable
exceptions due to history. I think the cost of keeping the inconsistency
overweighs the little history-compatible benefit and hinders transition from
cl::opt to OptTable, so let's change it.

Reviewed By: jhenderson

Differential Revision: https://reviews.llvm.org/D105055
2021-06-29 11:56:26 -07:00
..
Archives [yamls2obj][test] - Make the Archives/regular.yaml test stricter. 2020-10-28 17:04:08 +03:00
COFF
ELF [llvm-readobj] Make -s and -t match llvm-readelf 2021-06-29 11:56:26 -07:00
Minidump
XCOFF [yaml2obj] Add support for writing the long symbol name. 2021-06-21 05:09:56 +00:00
empty-or-invalid-doc.yaml
help.test
invalid-yaml.yaml
macro.yaml [yaml2obj] - Add a way to set default values for macros used in a YAML. 2020-06-30 12:05:30 +03:00
missing_document_tag.yaml
multi-doc.yaml
output-file.yaml [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
unsupported_document_tag.yaml