diff options
Diffstat (limited to 'llvm/test/MC/ELF/rename.s')
-rw-r--r-- | llvm/test/MC/ELF/rename.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/rename.s b/llvm/test/MC/ELF/rename.s index 8be06424cf2..1b97f770d9b 100644 --- a/llvm/test/MC/ELF/rename.s +++ b/llvm/test/MC/ELF/rename.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -s -sr -t | FileCheck %s +// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -S --sr -t | FileCheck %s // When doing a rename, all the checks for where the relocation should go // should be performed with the original symbol. Only if we decide to relocate |