[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
Thu Nov 3 04:04:36 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL285895: Use globMatch() instead of llvm::regex in linker scripts (authored by evgeny777).

Changed prior to commit:
  https://reviews.llvm.org/D26241?vs=76696&id=76834#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26241

Files:
  lld/trunk/ELF/LinkerScript.cpp
  lld/trunk/ELF/LinkerScript.h
  lld/trunk/ELF/Strings.cpp
  lld/trunk/ELF/Strings.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26241.76834.patch
Type: text/x-patch
Size: 5364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161103/adf03bb7/attachment.bin>


More information about the llvm-commits mailing list