[PATCH] D72517: [lld/ELF] PR44498: Support input filename in double quote

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 01:30:09 PST 2020


evgeny777 added inline comments.


================
Comment at: llvm/include/llvm/Support/GlobPattern.h:31
 public:
-  static Expected<GlobPattern> create(StringRef Pat);
+  static Expected<GlobPattern> create(StringRef Pat, bool ForceExactMatch = true);
   bool match(StringRef S) const;
----------------
This looks counter intuitive. Typically I'd use GlobPattern for wildcard matching, not for exact comparison.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72517





More information about the llvm-commits mailing list