Skip to content

Commit 38d5936

Browse files
committed
Use ## for comments in tests
1 parent 262b4c6 commit 38d5936

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@
2626

2727
# EXTERNAL: Hex dump of section '.got':
2828
# EXTERNAL-NEXT: 0x00020380 00000000 00000080 00000000 000000a0
29-
# ^^
30-
# 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
31-
# ^^
32-
# 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
29+
## ^^
30+
## 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
31+
## ^^
32+
## 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
3333

3434
# LOCAL: Symbol table '.symtab' contains {{.*}} entries:
3535
# LOCAL: Num: Value Size Type Bind Vis Ndx Name
@@ -38,10 +38,10 @@
3838

3939
# LOCAL: Hex dump of section '.got':
4040
# LOCAL-NEXT: 0x00020320 00000000 00000080 00000000 000000a0
41-
# ^^
42-
# 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
43-
# ^^
44-
# 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
41+
## ^^
42+
## 0b10000000 bit 63 address diversity = true, bits 61..60 key = IA
43+
## ^^
44+
## 0b10100000 bit 63 address diversity = true, bits 61..60 key = DA
4545

4646
# RUN: llvm-objdump -d external | FileCheck %s --check-prefix=EXTERNAL-ASM
4747

0 commit comments

Comments
 (0)