[PATCH] D66613: [support][llvm-objcopy] Add support for shell wildcards

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 00:28:21 PDT 2019


MaskRay added inline comments.


================
Comment at: llvm/docs/CommandGuide/llvm-objcopy.rst:134
+
+  Allow wildcard syntax for symbol-related flags. On by default for
+  section-related flags. Incompatible with --regex.
----------------
>  On by default for section-related flags.

This is another thing I'm not sure if we want to do.

I'd like users to specify `-w` to get wildcard semantics for section options. I checked the ruby/nacl/netbsd links and they all appear to use -w


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66613





More information about the llvm-commits mailing list