1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Final (hopefully) fix for the build bots.

This time it actually occurred to me to change the #defines
to actually test the pre-processed out codepath.  Hopefully
this time it works.

llvm-svn: 302752
This commit is contained in:
Zachary Turner 2017-05-11 00:22:18 +00:00
parent 7decf7242d
commit 138c7f1361

View File

@ -117,7 +117,7 @@ private:
std::stack<std::function<void()>> WorkStack;
std::mutex Mutex;
std::condition_variable Cond;
detail::Latch Done;
parallel::detail::Latch Done;
};
Executor *Executor::getDefaultExecutor() {