This is an archive of the discontinued LLVM Phabricator instance.

[llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific)
ClosedPublic

Authored by MaskRay on Sep 29 2019, 10:13 PM.

Details

Summary

D68110 added --arch-specific (supported by GNU readelf) and made
--arm-attributes an alias for it. The tests were later migrated to use
--arch-specific.

Note, llvm-readelf --arch-specific currently just uses llvm-readobj
style output for ARM attributes. The readelf-style output is not
implemented.

Diff Detail

Repository
rL LLVM

Event Timeline

MaskRay created this revision.Sep 29 2019, 10:13 PM
kongyi accepted this revision.Sep 29 2019, 10:36 PM
This revision is now accepted and ready to land.Sep 29 2019, 10:36 PM
rupprecht accepted this revision.Sep 30 2019, 10:30 AM
compnerd accepted this revision.Sep 30 2019, 1:12 PM

Thanks for cleaning this up

This revision was automatically updated to reflect the committed changes.