diff options
Diffstat (limited to 'lld/test/ELF/mips-got16.s')
-rw-r--r-- | lld/test/ELF/mips-got16.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/mips-got16.s b/lld/test/ELF/mips-got16.s index 18cfe43ae3c..427da3f8821 100644 --- a/lld/test/ELF/mips-got16.s +++ b/lld/test/ELF/mips-got16.s @@ -8,7 +8,7 @@ # RUN: }" > %t.script # RUN: ld.lld %t.o -shared --script %t.script -o %t.so # RUN: llvm-objdump -d -t --no-show-raw-insn %t.so | FileCheck %s -# RUN: llvm-readelf -r --mips-plt-got %t.so | FileCheck -check-prefix=GOT %s +# RUN: llvm-readelf -r -A %t.so | FileCheck -check-prefix=GOT %s # CHECK: __start: # CHECK-NEXT: lw $8, -32744($gp) |