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 4c6296f commit 0ed367aCopy full SHA for 0ed367a
bolt/test/X86/dynamic-relocs-on-entry.s
@@ -4,12 +4,12 @@
4
5
# RUN: %clang %cflags -fPIC -pie %s -o %t.exe -nostdlib -Wl,-q
6
# RUN: llvm-bolt %t.exe -o %t.bolt > %t.out.txt
7
-# RUN: readelf -r %t.bolt >> %t.out.txt
+# RUN: llvm-readelf -r %t.bolt >> %t.out.txt
8
# RUN: llvm-objdump --disassemble-symbols=chain %t.bolt >> %t.out.txt
9
# RUN: FileCheck %s --input-file=%t.out.txt
10
11
## Check if the new address in `chain` is correctly updated by BOLT
12
-# CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entr{{.*}}:
+# CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entries:
13
# CHECK: {{.*}} R_X86_64_RELATIVE [[#%x,ADDR:]]
14
# CHECK: [[#ADDR]]: c3 retq
15
.text
0 commit comments