summaryrefslogtreecommitdiffstats
path: root/llvm/lib/ExecutionEngine/Orc/Legacy.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2018-07-21 00:12:05 +0000
committerLang Hames <lhames@gmail.com>2018-07-21 00:12:05 +0000
commit960246dbee67c827eb4339b0fe68b7534b5a79d8 (patch)
tree31873c4fc592065ca74526ceff09d85665158043 /llvm/lib/ExecutionEngine/Orc/Legacy.cpp
parented92f608bb0f138342aa0280e7b6899b5ff732ba (diff)
downloadbcm5719-llvm-960246dbee67c827eb4339b0fe68b7534b5a79d8.tar.gz
bcm5719-llvm-960246dbee67c827eb4339b0fe68b7534b5a79d8.zip
[ORC] Re-apply r336760 with fixes.
llvm-svn: 337637
Diffstat (limited to 'llvm/lib/ExecutionEngine/Orc/Legacy.cpp')
-rw-r--r--llvm/lib/ExecutionEngine/Orc/Legacy.cpp2
1 files changed, 1 insertions, 1 deletions
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 =
OpenPOWER on IntegriCloud