[PATCH] D106103: [test] Use double pound to denote comments.
Daniel RodrÃguez Troitiño via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 14:53:43 PDT 2021
drodriguez created this revision.
drodriguez added a reviewer: jhenderson.
Herald added a reviewer: alexander-shaposhnikov.
Herald added a reviewer: rupprecht.
drodriguez requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
Use double pound at the start of the line to differentiate comments from
statements for Lit or FileCheck.
I will also use this small commit to check my commit access.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D106103
Files:
llvm/test/tools/llvm-objcopy/grouped-options.test
Index: llvm/test/tools/llvm-objcopy/grouped-options.test
===================================================================
--- llvm/test/tools/llvm-objcopy/grouped-options.test
+++ llvm/test/tools/llvm-objcopy/grouped-options.test
@@ -1,6 +1,6 @@
-# This test checks that both grouped and ungrouped options (-S -x and -Sx)
-# produce exactly the same result given the same input.
-#
+## This test checks that both grouped and ungrouped options (-S -x and -Sx)
+## produce exactly the same result given the same input.
+
# RUN: yaml2obj %s -o %t
# RUN: llvm-strip -S -x -o %t-strip-separated %t
# RUN: llvm-strip -Sx -o %t-strip-grouped %t
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106103.359137.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210715/a17b3312/attachment.bin>
More information about the llvm-commits
mailing list