diff options
Diffstat (limited to 'llvm/test/MC/ELF/alias-reloc.s')
-rw-r--r-- | llvm/test/MC/ELF/alias-reloc.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/alias-reloc.s b/llvm/test/MC/ELF/alias-reloc.s index 74930c63aeb..5c78a3b2f18 100644 --- a/llvm/test/MC/ELF/alias-reloc.s +++ b/llvm/test/MC/ELF/alias-reloc.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r -t | FileCheck %s +// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -r --symbols | FileCheck %s // Test that this produces a R_X86_64_PLT32 with bar. |