File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
# RUN: %clang %cflags -fPIC -pie %s -o %t.exe -nostdlib -Wl,-q
6
6
# RUN: llvm-bolt %t.exe -o %t.bolt > %t.out.txt
7
- # RUN: readelf -r %t.bolt >> %t.out.txt
7
+ # RUN: llvm- readelf -r %t.bolt >> %t.out.txt
8
8
# RUN: llvm-objdump --disassemble-symbols=chain %t.bolt >> %t.out.txt
9
9
# RUN: FileCheck %s --input-file=%t.out.txt
10
10
11
11
## Check if the new address in `chain` is correctly updated by BOLT
12
- # CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entry :
12
+ # CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entries :
13
13
# CHECK: {{.*}} R_X86_64_RELATIVE [[#%x,ADDR:]]
14
14
# CHECK: [[#ADDR]]: c3 retq
15
15
.text
@@ -29,4 +29,4 @@ _start:
29
29
30
30
.data
31
31
.Lfoo:
32
- .quad Label
32
+ .quad Label
You can’t perform that action at this time.
0 commit comments