[PATCH] D21732: [ELF] Initial support for wildcard in symbol versions
Rui Ueyama via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 19:48:45 PDT 2016
ruiu added inline comments.
================
Comment at: ELF/SymbolTable.h:88
@@ -87,2 +87,3 @@
SymbolBody *find(StringRef Name);
+ std::vector<SymbolBody *> findAll(StringRef Pattern);
void wrap(StringRef Name);
----------------
One more thing: please make this a private function.
http://reviews.llvm.org/D21732
More information about the llvm-commits
mailing list