File tree 1 file changed +7
-1
lines changed 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 18
18
# RUN: llvm - objdump - j .text - d -- show - all - symbols %t.relr.bolt | FileCheck %s
19
19
# RUN: llvm - objdump - j .text - d %t.relr.bolt | \
20
20
# RUN: FileCheck %s -- check - prefix=ADDENDCHECK
21
- # RUN: llvm - readelf - rsW %t.relr.bolt | FileCheck -- check - prefix=ELFCHECK %s
21
+ # RUN: llvm - readelf - rsW %t.relr.bolt | FileCheck -- check - prefix=RELRELFCHECK %s
22
22
# RUN: llvm - readelf - SW %t.relr.bolt | FileCheck -- check - prefix=RELRSZCHECK %s
23
23
24
24
// Check th at the CI value was updated
51
51
# ELFCHECK - NEXT: {{. * }} R_AARCH64_RELATIVE
52
52
# ELFCHECK: {{. * }} [[ #OFF ]] {{. * }} $ d
53
53
54
+ # RELRELFCHECK: $ d{{$}}
55
+ # RELRELFCHECK - NEXT: $ d + 0x8 {{$}}
56
+ # RELRELFCHECK - NEXT: $ d + 0x18 {{$}}
57
+ # RELRELFCHECK - NEXT: mytextP
58
+ # RELRELFCHECK - EMPTY:
59
+
54
60
// Check th at .relr.dyn size is 2 bytes to ensure th at last 3 relocations were
55
61
// encoded as a bitmap so the total section size for 3 relocations is 2 bytes.
56
62
# RELRSZCHECK: .relr.dyn RELR [[ #%x , ADDR: ]] [[ #%x , OFF: ]] {{ 0 * }} 10
You can’t perform that action at this time.
0 commit comments