Skip to content

Commit 3628d94

Browse files
committed
[ELF][test] Fix aarch64-condb-reloc.s
llvm-svn: 366534
1 parent ea98f15 commit 3628d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lld/test/ELF/aarch64-condb-reloc.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck %s
66
# RUN: ld.lld -shared %t1.o %t2.o -o %t.so
77
# RUN: llvm-objdump -d --no-show-raw-insn %t.so | FileCheck -check-prefix=DSO %s
8-
# RUN: llvm-readobj -S -r %t3 | FileCheck -check-prefix=DSOREL %s
8+
# RUN: llvm-readobj -S -r %t.so | FileCheck -check-prefix=DSOREL %s
99

1010
# 0x11024 - 36 = 0x11000
1111
# 0x11028 - 24 = 0x11010

0 commit comments

Comments
 (0)