[PATCH] D89758: Unconditionally #include <future>
Geoffrey Martin-Noble via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 20 10:36:54 PDT 2020
GMNGeoffrey updated this revision to Diff 299412.
GMNGeoffrey added a comment.
Rebase on master
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.299412.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201020/9693f4fc/attachment.bin>
More information about the llvm-commits
mailing list