[PATCH] D105249: [llvm-strip] Support grouped options in llvm-strip

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 2 00:03:58 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objcopy/grouped-options.test:1-2
+# This test checks that both grouped and ungrouped options (-S -x and -Sx)
+# produce exactly the same result given the same input.
+#
----------------
Up to you whether you bother fixing it now, but in the newer tests in the LLVM binutils, we tend to use `##` for comments, to help distinguish them from RUN and CHECK directives.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105249/new/

https://reviews.llvm.org/D105249



More information about the llvm-commits mailing list