diff options
Diffstat (limited to 'test/ELF/x86-64-reloc-gotpc64.s')
-rw-r--r-- | test/ELF/x86-64-reloc-gotpc64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/x86-64-reloc-gotpc64.s b/test/ELF/x86-64-reloc-gotpc64.s index f07376f412185..9c58217b45861 100644 --- a/test/ELF/x86-64-reloc-gotpc64.s +++ b/test/ELF/x86-64-reloc-gotpc64.s @@ -1,7 +1,7 @@ // REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o // RUN: ld.lld %t.o -shared -o %t.so -// RUN: llvm-readelf -s %t.so | FileCheck %s -check-prefix=SECTION +// RUN: llvm-readelf -S %t.so | FileCheck %s -check-prefix=SECTION // RUN: llvm-objdump -d %t.so | FileCheck %s // SECTION: .got PROGBITS 0000000000003070 003070 000000 |