diff options
Diffstat (limited to 'lld/test/ELF/mips-got-page-script.s')
-rw-r--r-- | lld/test/ELF/mips-got-page-script.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/mips-got-page-script.s b/lld/test/ELF/mips-got-page-script.s index f8fe3bc6057..4055fb6dabe 100644 --- a/lld/test/ELF/mips-got-page-script.s +++ b/lld/test/ELF/mips-got-page-script.s @@ -7,7 +7,7 @@ # RUN: .text : { *(.text) } \ # RUN: .data 0x10000 : { *(.data) } }" > %t.script # RUN: ld.lld -shared --script %t.script -o %t.so %t.o -# RUN: llvm-readobj --symbols --mips-plt-got %t.so | FileCheck %s +# RUN: llvm-readobj --symbols -A %t.so | FileCheck %s # CHECK: Name: foo1 # CHECK-NEXT: Value: 0x10000 |