[PATCH] D21732: [ELF] Initial support for wildcard in symbol versions
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 27 00:43:23 PDT 2016
grimar added a comment.
Not sure how much crazy that idea is, but I was thinking about splitting the list of globals somehow.
One list can contain symbols without wildcards and can be processed in a tight loop, and the second
list with wildcards that probably should be processed using matchStr to support more complex cases.
http://reviews.llvm.org/D21732
More information about the llvm-commits
mailing list