[PATCH] D89758: Unconditionally #include <future>
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 23 12:18:03 PDT 2020
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbfb04aeb85b8: Unconditionally #include <future> (authored by GMNGeoffrey, committed by mehdi_amini).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89758/new/
https://reviews.llvm.org/D89758
Files:
llvm/lib/ExecutionEngine/Orc/Core.cpp
Index: llvm/lib/ExecutionEngine/Orc/Core.cpp
===================================================================
--- llvm/lib/ExecutionEngine/Orc/Core.cpp
+++ llvm/lib/ExecutionEngine/Orc/Core.cpp
@@ -16,9 +16,7 @@
#include "llvm/Support/MSVCErrorWorkarounds.h"
#include <condition_variable>
-#if LLVM_ENABLE_THREADS
#include <future>
-#endif
#define DEBUG_TYPE "orc"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D89758.300372.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/05b774b2/attachment.bin>
More information about the llvm-commits
mailing list