projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e2ea97
)
Fix -DLLVM_ENABLE_THREADS=OFF build after r334537
author
Hans Wennborg
<hans@hanshq.net>
Wed, 13 Jun 2018 08:43:03 +0000
(08:43 +0000)
committer
Hans Wennborg
<hans@hanshq.net>
Wed, 13 Jun 2018 08:43:03 +0000
(08:43 +0000)
llvm-svn: 334582
llvm/lib/ExecutionEngine/Orc/Core.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/ExecutionEngine/Orc/Core.cpp
b/llvm/lib/ExecutionEngine/Orc/Core.cpp
index bbb0b1ba26c4b25022bf934380339c5b722c80e2..5eb6d143479b0eb8f803b66216ac85d93d4e6f87 100644
(file)
--- a/
llvm/lib/ExecutionEngine/Orc/Core.cpp
+++ b/
llvm/lib/ExecutionEngine/Orc/Core.cpp
@@
-977,7
+977,7
@@
Expected<SymbolMap> blockingLookup(ExecutionSessionBase &ES,
ErrorAsOutParameter _(&ResolutionError);
if (R) {
if (MR)
- MR->addDependencies(R
esult
->Dependencies);
+ MR->addDependencies(R->Dependencies);
Result = std::move(R->Symbols);
} else
ResolutionError = R.takeError();