[PATCH] D23829: [ELF] - Use std::regex instead of hand written logic in elf::globMatch()
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 09:19:53 PDT 2016
ruiu added a comment.
llvm::Regex is not used in that many places, so it seems you can make `Match` const and update all places where that member function is called.
https://reviews.llvm.org/D23829
More information about the llvm-commits
mailing list