[PATCH] D23803: [ELF] - Fix for: PR29093 - version script does not support [chars] wildcards

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 23 22:24:59 PDT 2016


ruiu added a comment.

I wonder if we should convert glob patterns to regexs and compile them. How hard is it to convert? I believe that compiled regexps are faster than our hand-written, recursion-based glob matcher, so it may be worth doing even if conversion is as hard as our glob matcher.


https://reviews.llvm.org/D23803





More information about the llvm-commits mailing list