We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea98f15 commit 3628d94Copy full SHA for 3628d94
lld/test/ELF/aarch64-condb-reloc.s
@@ -5,7 +5,7 @@
5
# RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck %s
6
# RUN: ld.lld -shared %t1.o %t2.o -o %t.so
7
# 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
+# RUN: llvm-readobj -S -r %t.so | FileCheck -check-prefix=DSOREL %s
9
10
# 0x11024 - 36 = 0x11000
11
# 0x11028 - 24 = 0x11010
0 commit comments