1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00

LTO: Fix use-after-scope error.

llvm-svn: 282665
This commit is contained in:
Peter Collingbourne 2016-09-29 01:28:36 +00:00
parent 51c8520dd3
commit 887d502d5e

View File

@ -253,6 +253,7 @@ void splitCodeGen(Config &C, TargetMachine *TM, AddStreamFn AddStream,
std::move(BC), ThreadCount++);
},
false);
CodegenThreadPool.wait();
}
Expected<const Target *> initAndLookupTarget(Config &C, Module &Mod) {