Skip to content

Commit 7b93611

Browse files
committed
[BOLT][RISCV] Fix reloc-tls tests
Was broken after ff5e2ba.
1 parent 807e745 commit 7b93611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bolt/test/RISCV/reloc-tls.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// CHECK-NEXT: sw t0, 0(a5)
1111

1212
// CHECK-LABEL: Binary Function "tls_ie" after building cfg {
13-
// CHECK-LABEL: .Ltmp0
13+
// CHECK-LABEL: .LBB01
1414
// CHECK: auipc a0, %pcrel_hi(__BOLT_got_zero+{{[0-9]+}})
1515
// CHECK-NEXT: ld a0, %pcrel_lo(.Ltmp0)(a0)
1616
.text

0 commit comments

Comments
 (0)