From: Zachary Turner Date: Thu, 11 May 2017 00:22:18 +0000 (+0000) Subject: Final (hopefully) fix for the build bots. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e0a9ecbab14315d9cbb86c56c2b2f014ae315f9;p=llvm 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302752 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Support/Parallel.cpp b/lib/Support/Parallel.cpp index 3f7495b44f7..c140b13d7e0 100644 --- a/lib/Support/Parallel.cpp +++ b/lib/Support/Parallel.cpp @@ -117,7 +117,7 @@ private: std::stack> WorkStack; std::mutex Mutex; std::condition_variable Cond; - detail::Latch Done; + parallel::detail::Latch Done; }; Executor *Executor::getDefaultExecutor() {