From 2d92c8844e57b590f72abb68cee8eb310c3c5018 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Tue, 1 Oct 2019 01:31:15 +0000 Subject: [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 llvm-svn: 373291 --- llvm/docs/CommandGuide/llvm-readelf.rst | 4 ++-- llvm/docs/CommandGuide/llvm-readobj.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-readelf.rst b/llvm/docs/CommandGuide/llvm-readelf.rst index efb3f6a9c30..2868d0b5989 100644 --- a/llvm/docs/CommandGuide/llvm-readelf.rst +++ b/llvm/docs/CommandGuide/llvm-readelf.rst @@ -28,9 +28,9 @@ OPTIONS Display the address-significance table. -.. option:: --arm-attributes +.. option:: --arch-specific, -A - Display the ARM attributes section. Only applicable for ARM architectures. + Display architecture-specific information, e.g. the ARM attributes section on ARM. .. option:: --color diff --git a/llvm/docs/CommandGuide/llvm-readobj.rst b/llvm/docs/CommandGuide/llvm-readobj.rst index ece79797e21..ea1b22d6d9f 100644 --- a/llvm/docs/CommandGuide/llvm-readobj.rst +++ b/llvm/docs/CommandGuide/llvm-readobj.rst @@ -144,9 +144,9 @@ ELF SPECIFIC OPTIONS The following options are implemented only for the ELF file format. -.. option:: --arm-attributes +.. option:: --arch-specific, -A - Display the ARM attributes section. Only applicable for ARM architectures. + Display architecture-specific information, e.g. the ARM attributes section on ARM. .. option:: --demangle, -C -- cgit v1.2.3