summaryrefslogtreecommitdiffstats
path: root/llvm/test/MC/ELF/ARM/execute-only-text-section-data.s
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-05-01 09:28:24 +0000
committerFangrui Song <maskray@google.com>2019-05-01 09:28:24 +0000
commit6afcdcf9ab3130c4397ee7f4fc4f67b723dadc7d (patch)
tree5707dd059540e7d6caf7b62d7303cb2943fd0a4c /llvm/test/MC/ELF/ARM/execute-only-text-section-data.s
parent085bbe204cb6eb339c16155d502e8e9da8c5fd2c (diff)
downloadbcm5719-llvm-6afcdcf9ab3130c4397ee7f4fc4f67b723dadc7d.tar.gz
bcm5719-llvm-6afcdcf9ab3130c4397ee7f4fc4f67b723dadc7d.zip
[llvm-readobj] Change -t to --symbols in tests. NFC
-t is --symbols in llvm-readobj but --section-details (unimplemented) in readelf. The confusing option should not be used since we aim for improving compatibility. Keep just one llvm-readobj -t use case in test/tools/llvm-readobj/symbols.test llvm-svn: 359661
Diffstat (limited to 'llvm/test/MC/ELF/ARM/execute-only-text-section-data.s')
-rw-r--r--llvm/test/MC/ELF/ARM/execute-only-text-section-data.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/ARM/execute-only-text-section-data.s b/llvm/test/MC/ELF/ARM/execute-only-text-section-data.s
index 24086e2b13b..4845dc2ce17 100644
--- a/llvm/test/MC/ELF/ARM/execute-only-text-section-data.s
+++ b/llvm/test/MC/ELF/ARM/execute-only-text-section-data.s
@@ -1,5 +1,5 @@
// RUN: llvm-mc -filetype=obj -triple thumbv7m-arm-linux-gnu %s -o - \
-// RUN: | llvm-readobj -S -t | FileCheck %s
+// RUN: | llvm-readobj -S --symbols | FileCheck %s
.text
.ascii "test"
OpenPOWER on IntegriCloud