[PATCH] D89758: Unconditionally #include <future>

Geoffrey Martin-Noble via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 23 10:36:35 PDT 2020


GMNGeoffrey updated this revision to Diff 300340.
GMNGeoffrey added a comment.

Rebase on master again


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.300340.patch
Type: text/x-patch
Size: 378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201023/d49d0a53/attachment-0001.bin>


More information about the llvm-commits mailing list