From bfb8e189d224c7bc9764d5512f4342c546da31b1 Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Thu, 11 May 2017 00:09:30 +0000 Subject: Fix build errors with Parallel. llvm-svn: 302749 --- llvm/lib/Support/Parallel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Support') diff --git a/llvm/lib/Support/Parallel.cpp b/llvm/lib/Support/Parallel.cpp index 04fb1c95533..15da66cbe80 100644 --- a/llvm/lib/Support/Parallel.cpp +++ b/llvm/lib/Support/Parallel.cpp @@ -117,7 +117,7 @@ private: std::stack> WorkStack; std::mutex Mutex; std::condition_variable Cond; - Latch Done; + detail::Latch Done; }; Executor *Executor::getDefaultExecutor() { -- cgit v1.2.3