Skip to content

Commit 23e03a8

Browse files
committed
[BOLT] Update test case after #77253
PR #77253 removed the '@plt' suffix from callee symbols. Update RISCV/relax.s accordingly.
1 parent f4bc70e commit 23e03a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/RISCV/relax.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// CHECK: Binary Function "_start" after building cfg {
88
// CHECK: jal ra, near_f
9-
// CHECK-NEXT: auipc ra, far_f@plt
9+
// CHECK-NEXT: auipc ra, far_f
1010
// CHECK-NEXT: jalr ra, 0xc(ra)
1111
// CHECK-NEXT: j near_f
1212

0 commit comments

Comments
 (0)