[PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 2 12:51:20 PDT 2016


grimar added inline comments.

================
Comment at: ELF/Strings.cpp:32
@@ +31,3 @@
+  if (S.find_first_of("[]") != StringRef::npos)
+    warning("unsupported wildcard: " + S);
+
----------------
Not supported because there is D23803 for that.


https://reviews.llvm.org/D23829





More information about the llvm-commits mailing list