Skip to content

Commit c8af5cf

Browse files
committed
Use ## for comments in tests
1 parent ec3a34c commit c8af5cf

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
@@ -98,10 +98,10 @@ _start:
9898

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

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

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

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

0 commit comments

Comments
 (0)