[lld] 75e7d13 - [lld/mac] Make comment style uniform in start-end.s test
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 25 15:37:58 PDT 2021
Author: Nico Weber
Date: 2021-07-25T18:37:49-04:00
New Revision: 75e7d1320cae410eadd27b7014768721a88818a1
URL: https://github.com/llvm/llvm-project/commit/75e7d1320cae410eadd27b7014768721a88818a1
DIFF: https://github.com/llvm/llvm-project/commit/75e7d1320cae410eadd27b7014768721a88818a1.diff
LOG: [lld/mac] Make comment style uniform in start-end.s test
Added:
Modified:
lld/test/MachO/start-end.s
Removed:
################################################################################
diff --git a/lld/test/MachO/start-end.s b/lld/test/MachO/start-end.s
index dbe4f88f412b..86e1d900bf3d 100644
--- a/lld/test/MachO/start-end.s
+++ b/lld/test/MachO/start-end.s
@@ -406,7 +406,7 @@ _main:
movq segment$start$ASDF at GOTPCREL(%rip), %rax
movq segment$end$ASDF at GOTPCREL(%rip), %rbx
- ## Non-undefined symbols don't create segments.
+ # Non-undefined symbols don't create segments.
callq segment$start$REGULAR
callq segment$end$REGULAR
More information about the llvm-commits
mailing list