[llvm] 6e9c10f - Fix typos in comment marks.
Igor Kudrin via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 05:02:56 PST 2020
Author: Igor Kudrin
Date: 2020-03-05T20:01:45+07:00
New Revision: 6e9c10f6948afe8a2590ba8777f78de95b3317eb
URL: https://github.com/llvm/llvm-project/commit/6e9c10f6948afe8a2590ba8777f78de95b3317eb
DIFF: https://github.com/llvm/llvm-project/commit/6e9c10f6948afe8a2590ba8777f78de95b3317eb.diff
LOG: Fix typos in comment marks.
Added:
Modified:
llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s
llvm/test/DebugInfo/X86/dwp-dwarf64.s
Removed:
################################################################################
diff --git a/llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s b/llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s
index 05b202a32547..e71d59a85083 100644
--- a/llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s
+++ b/llvm/test/DebugInfo/X86/debug-cu-index-unknown-section.s
@@ -25,7 +25,7 @@
## Row 0:
.long 1 # DW_SECT_INFO
.long 9 # Invalid section identifier
-# Row 1:
+## Row 1:
.long 0x1000 # Offset in .debug_info.dwo
.long 0x2000
## Table of Section Sizes:
diff --git a/llvm/test/DebugInfo/X86/dwp-dwarf64.s b/llvm/test/DebugInfo/X86/dwp-dwarf64.s
index 792786cdfc9d..dbba3f7fc8f3 100644
--- a/llvm/test/DebugInfo/X86/dwp-dwarf64.s
+++ b/llvm/test/DebugInfo/X86/dwp-dwarf64.s
@@ -62,7 +62,7 @@
## Row 0:
.long 1 # DW_SECT_INFO
.long 3 # DW_SECT_ABBREV
-# Row 1:
+## Row 1:
.long .LCUBegin-.debug_info.dwo # Offset in .debug_info.dwo
.long .LAbbrBegin-.debug_abbrev.dwo # Offset in .debug_abbrev.dwo
## Table of Section Sizes:
More information about the llvm-commits
mailing list