diff options
Diffstat (limited to 'llvm/test/MC/ELF/weak.s')
-rw-r--r-- | llvm/test/MC/ELF/weak.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ELF/weak.s b/llvm/test/MC/ELF/weak.s index 99d427333d1..7d1d0e2d9a0 100644 --- a/llvm/test/MC/ELF/weak.s +++ b/llvm/test/MC/ELF/weak.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj -t | FileCheck %s +// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-readobj --symbols | FileCheck %s // Test that this produces a weak undefined symbol. |