[PATCH] D26241: [ELF] Speed-up lld up to 5 times by replacing llvm:regex with simple string matcher.

Eugene Leviant via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 06:28:50 PDT 2016


evgeny777 added a comment.

Can you point out the test which should fail? I have all them passing (Ubuntu host).
Also it looks like globMatch does support character wildcard (see Strings.cpp:41)


Repository:
  rL LLVM

https://reviews.llvm.org/D26241





More information about the llvm-commits mailing list