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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 06:45:35 PDT 2016


grimar added a comment.

So if only linker was switched to use globMatch(), then other places will not fail. Like version-script-complex-wildcards.s.
There is some inconsistency though, may be we might want to switch all places from using regexp after that one ?


Repository:
  rL LLVM

https://reviews.llvm.org/D26241





More information about the llvm-commits mailing list