Skip to content

Commit 69bc310

Browse files
committed
Use ## for comments in tests
1 parent 7eddd30 commit 69bc310

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

lld/test/ELF/aarch64-got-relocations-pauth.s

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -99,10 +99,10 @@ _start:
9999

100100
# EXTERNAL-TINY: Hex dump of section '.got':
101101
# EXTERNAL-TINY-NEXT: 0x00020380 00000000 00000080 00000000 000000a0
102-
# ^^
103-
# 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
104-
# ^^
105-
# 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
102+
## ^^
103+
## 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
104+
## ^^
105+
## 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
106106

107107
# LOCAL-TINY: Symbol table '.symtab' contains {{.*}} entries:
108108
# LOCAL-TINY: Num: Value Size Type Bind Vis Ndx Name
@@ -111,10 +111,10 @@ _start:
111111

112112
# LOCAL-TINY: Hex dump of section '.got':
113113
# LOCAL-TINY-NEXT: 0x00020320 00000000 00000080 00000000 000000a0
114-
# ^^
115-
# 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
116-
# ^^
117-
# 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
114+
## ^^
115+
## 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
116+
## ^^
117+
## 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
118118

119119
# RUN: llvm-objdump -d external-tiny | FileCheck %s --check-prefix=EXTERNAL-TINY-ASM
120120

0 commit comments

Comments
 (0)