From 960246dbee67c827eb4339b0fe68b7534b5a79d8 Mon Sep 17 00:00:00 2001 From: Lang Hames Date: Sat, 21 Jul 2018 00:12:05 +0000 Subject: [ORC] Re-apply r336760 with fixes. llvm-svn: 337637 --- llvm/lib/ExecutionEngine/Orc/Legacy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/ExecutionEngine/Orc/Legacy.cpp') diff --git a/llvm/lib/ExecutionEngine/Orc/Legacy.cpp b/llvm/lib/ExecutionEngine/Orc/Legacy.cpp index 22775ef14f8..18be9a042f7 100644 --- a/llvm/lib/ExecutionEngine/Orc/Legacy.cpp +++ b/llvm/lib/ExecutionEngine/Orc/Legacy.cpp @@ -31,7 +31,7 @@ JITSymbolResolverAdapter::lookup(const LookupSet &Symbols) { auto RegisterDependencies = [&](const SymbolDependenceMap &Deps) { if (MR) - MR->addDependencies(Deps); + MR->addDependenciesForAll(Deps); }; auto InternedResult = -- cgit v1.2.3