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:
parent
51c8520dd3
commit
887d502d5e
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user