[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 11:15:03 PDT 2016


"[characters]" are handled by SymbolTable, which does still use llvm::Regex

2016-11-02 21:13 GMT+03:00 Rui Ueyama <ruiu at google.com>:
> ruiu added a comment.
>
> You need to handle [characters] as George pointed out. Don't we have a test for that?
>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D26241
>
>
>


More information about the llvm-commits mailing list