Skip to content

Commit a00c13d

Browse files
committed
Use /// for comments in tests
1 parent be89fce commit a00c13d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

lld/test/ELF/aarch64-tlsdesc-pauth.s

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ a:
3737
// CHECK-NEXT: add x0, x0, #[[A]]
3838
// CHECK-NEXT: blraa x16, x0
3939

40-
// Create relocation against local TLS symbols where linker should
41-
// create target specific dynamic TLSDESC relocation where addend is
42-
// the symbol VMA in tls block.
40+
/// Create relocation against local TLS symbols where linker should
41+
/// create target specific dynamic TLSDESC relocation where addend is
42+
/// the symbol VMA in tls block.
4343

4444
adrp x0, :tlsdesc_auth:local1
4545
ldr x16, [x0, :tlsdesc_auth_lo12:local1]
@@ -92,10 +92,10 @@ local2:
9292
// REL-NEXT: 0x00[[P2]][[A2]] 00000000 00000080 00000000 000000a0
9393
// REL-NEXT: 0x00[[P2]][[B2]] 00000000 00000080 00000000 000000a0
9494
// REL-NEXT: 0x00[[P2]][[C2]] 00000000 00000080 00000000 000000a0
95-
// ^^
96-
// 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
97-
// ^^
98-
// 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
95+
/// ^^
96+
/// 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
97+
/// ^^
98+
/// 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
9999

100100
//--- err1.s
101101

0 commit comments

Comments
 (0)