]> granicus.if.org Git - llvm/commit
[llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific)
authorFangrui Song <maskray@google.com>
Tue, 1 Oct 2019 01:31:15 +0000 (01:31 +0000)
committerFangrui Song <maskray@google.com>
Tue, 1 Oct 2019 01:31:15 +0000 (01:31 +0000)
commit914e6761d90f66982fc551278ce4142d2296500b
tree85c3d2f80fa2997e4e0c97673a395d6b9f188de6
parentd1e95f6529af5e25ac789407fc68e2ce01069428
[llvm-readobj/llvm-readelf] Delete --arm-attributes (alias for --arch-specific)

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.

Reviewed By: compnerd, kongyi, rupprecht

Differential Revision: https://reviews.llvm.org/D68196

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373291 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-readelf.rst
docs/CommandGuide/llvm-readobj.rst
test/tools/llvm-readobj/ARM/attribute-conformance-1.s
test/tools/llvm-readobj/ARM/attribute-conformance-2.s
tools/llvm-readobj/llvm-readobj.cpp