Skip to content

Commit 843accc

Browse files
committed
Refactor searchSymbolsInLibraries call to accept symbol list; remove legacy code
1 parent 62af4b5 commit 843accc

File tree

4 files changed

+90
-1177
lines changed

4 files changed

+90
-1177
lines changed

interpreter/cling/include/cling/Interpreter/DynamicLibraryManager.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ namespace cling {
196196
std::string searchLibrariesForSymbol(llvm::StringRef mangledName,
197197
bool searchSystem = true) const;
198198

199+
void
200+
searchLibrariesForSymbol(llvm::ArrayRef<llvm::StringRef> Symbols,
201+
llvm::orc::LibraryResolver::OnSearchComplete OnCompletion,
202+
bool searchSystem = true) const;
203+
199204
void dump(llvm::raw_ostream* S = nullptr) const;
200205

201206
/// On a success returns to full path to a shared object that holds the

0 commit comments

Comments
 (0)