File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
llvm/include/llvm/ExecutionEngine/Orc Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ class EPCDynamicLibrarySearchGenerator : public DefinitionGenerator {
2727 using SymbolPredicate = unique_function<bool (const SymbolStringPtr &)>;
2828 using AddAbsoluteSymbolsFn = unique_function<Error(JITDylib &, SymbolMap)>;
2929
30- // / Create a DynamicLibrarySearchGenerator that searches for symbols in the
31- // / library with the given handle.
30+ // / Create an EPCDynamicLibrarySearchGenerator that searches for symbols in
31+ // / the library with the given handle.
3232 // /
3333 // / If the Allow predicate is given then only symbols matching the predicate
3434 // / will be searched for. If the predicate is not given then all symbols will
@@ -44,8 +44,9 @@ class EPCDynamicLibrarySearchGenerator : public DefinitionGenerator {
4444 AddAbsoluteSymbols (std::move(AddAbsoluteSymbols)) {}
4545
4646 // / Permanently loads the library at the given path and, on success, returns
47- // / a DynamicLibrarySearchGenerator that will search it for symbol definitions
48- // / in the library. On failure returns the reason the library failed to load.
47+ // / an EPCDynamicLibrarySearchGenerator that will search it for symbol
48+ // / definitions in the library. On failure returns the reason the library
49+ // / failed to load.
4950 static Expected<std::unique_ptr<EPCDynamicLibrarySearchGenerator>>
5051 Load (ExecutionSession &ES, const char *LibraryPath,
5152 SymbolPredicate Allow = SymbolPredicate(),
You can’t perform that action at this time.
0 commit comments