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 44
55# RUN: %clang %cflags -fPIC -pie %s -o %t.exe -nostdlib -Wl,-q
66# 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
88# RUN: llvm-objdump --disassemble-symbols=chain %t.bolt >> %t.out.txt
99# RUN: FileCheck %s --input-file=%t.out.txt
1010
1111## 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 :
1313# CHECK: {{.*}} R_X86_64_RELATIVE [[#%x,ADDR:]]
1414# CHECK: [[#ADDR]]: c3 retq
1515 .text
@@ -29,4 +29,4 @@ _start:
2929
3030 .data
3131.Lfoo:
32- .quad Label
32+ .quad Label
You can’t perform that action at this time.
0 commit comments