summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-01 05:55:22 +0000
committerFangrui Song <maskray@google.com>2019-05-01 05:55:22 +0000
commit97c17e83f80a50e6d369095315f268996cafdbfa (patch)
tree039a1d7830ec2456abac583da0c141d736c087d8 /llvm/test/MC/ELF
parentb159906a9a45ba9d8655a29014d585203faf0629 (diff)
downloadbcm5719-llvm-97c17e83f80a50e6d369095315f268996cafdbfa.tar.gz
bcm5719-llvm-97c17e83f80a50e6d369095315f268996cafdbfa.zip
[llvm-readobj] llvm-readobj --elf-output-style=GNU => llvm-readelf. NFC
The latter is much more common. A dedicated --elf-output-style=GNU test demonstrating it is the same as llvm-readelf is sufficient. llvm-svn: 359652
Diffstat (limited to 'llvm/test/MC/ELF')
-rw-r--r--llvm/test/MC/ELF/exclude-debug-dwo.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/exclude-debug-dwo.s b/llvm/test/MC/ELF/exclude-debug-dwo.s
index 02cdc0d3ff2..058ae848e27 100644
--- a/llvm/test/MC/ELF/exclude-debug-dwo.s
+++ b/llvm/test/MC/ELF/exclude-debug-dwo.s
@@ -1,5 +1,5 @@
# RUN: llvm-mc -triple x86_64-pc-linux-gnu %s -filetype=obj -o %t.o
-# RUN: llvm-readobj -S --elf-output-style=GNU %t.o | FileCheck %s
+# RUN: llvm-readelf -S %t.o | FileCheck %s
## Check we add SHF_EXCLUDE flag for .dwo debug sections.
# CHECK: .debug_info.dwo {{.*}} E
OpenPOWER on IntegriCloud