diff options
author | Fangrui Song <i@maskray.me> | 2021-06-29 11:56:26 -0700 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2021-06-29 11:56:26 -0700 |
commit | d4dcb55c7050fd908af2378fa551078d859d994f (patch) | |
tree | f3e44f30983c8ee04ec2c5c1cdafd0d3e6d04e5e /llvm/lib/CodeGen/MachineFunction.cpp | |
parent | c4a00ed85192b31b1fe9c5c3e94f96f826937825 (diff) | |
download | llvm-d4dcb55c7050fd908af2378fa551078d859d994f.zip llvm-d4dcb55c7050fd908af2378fa551078d859d994f.tar.gz llvm-d4dcb55c7050fd908af2378fa551078d859d994f.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/MachineFunction.cpp')
0 files changed, 0 insertions, 0 deletions