mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-19 10:13:13 +00:00
Fix -DLLVM_ENABLE_THREADS=OFF build after r334537
llvm-svn: 334582
This commit is contained in:
parent
dd69f934b2
commit
a4fac8416a
@ -977,7 +977,7 @@ Expected<SymbolMap> blockingLookup(ExecutionSessionBase &ES,
|
||||
ErrorAsOutParameter _(&ResolutionError);
|
||||
if (R) {
|
||||
if (MR)
|
||||
MR->addDependencies(Result->Dependencies);
|
||||
MR->addDependencies(R->Dependencies);
|
||||
Result = std::move(R->Symbols);
|
||||
} else
|
||||
ResolutionError = R.takeError();
|
||||
|
Loading…
x
Reference in New Issue
Block a user