Skip to content

Commit 3cb2b94

Browse files
committed
Fix test
1 parent d1d4b29 commit 3cb2b94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lld/test/ELF/ppc64-local-exec-tls.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ test_ds:
6262
addi 2, 2, .TOC.-.Lfunc_gep3@l
6363
.Lfunc_lep3:
6464
.localentry test_ds, .Lfunc_lep3-.Lfunc_gep3
65-
ld 3, b@tprel, 13
65+
ld 3, b@tprel(13)
6666
blr
6767

6868
test_lo_ds:
@@ -71,7 +71,7 @@ test_lo_ds:
7171
addi 2, 2, .TOC.-.Lfunc_gep4@l
7272
.Lfunc_lep4:
7373
.localentry test_lo_ds, .Lfunc_lep4-.Lfunc_gep4
74-
ld 3, b@tprel@l, 13
74+
ld 3, b@tprel@l(13)
7575
blr
7676

7777
test_highest_a:

0 commit comments

Comments
 (0)