diff options
Diffstat (limited to 'llvm/test/MC/ELF/ARM/execute-only-populated-text-section.s')
-rw-r--r-- | llvm/test/MC/ELF/ARM/execute-only-populated-text-section.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/ARM/execute-only-populated-text-section.s b/llvm/test/MC/ELF/ARM/execute-only-populated-text-section.s index 575f1e4c5f4..57c80465679 100644 --- a/llvm/test/MC/ELF/ARM/execute-only-populated-text-section.s +++ b/llvm/test/MC/ELF/ARM/execute-only-populated-text-section.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 bx lr |