[PATCH] D24101: [LLVM/Support] - Create no-arguments constructor for llvm::Regex
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 14:29:14 PDT 2016
> How are you going to use this in LLD?
?For D23829? if we plan to use "|" for combining expressions,
next arrays can be replaced with single llvm::Regex member:
std::vector<llvm::Regex> ExcludedFiles;
std::vector<llvm::Regex> SectionPatterns;
George.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160831/b2b0e6e2/attachment.html>
More information about the llvm-commits
mailing list