[PATCH] D89758: Unconditionally #include <future>

Hubert Tong via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 21 05:48:39 PDT 2020


hubert.reinterpretcast added a comment.

In D89758#2340716 <https://reviews.llvm.org/D89758#2340716>, @hubert.reinterpretcast wrote:

> We've been building with `LLVM_ENABLE_THREADS=0` to avoid dependencies on the TLS support in the build environment. We may require assistance to restore our builds if these patches introduce a TLS dependency. @daltenty, fyi.

For information, the `LLVM_ENABLE_THREADS=0` build we are using to avoid TLS support continues to work with this patch (and it does need this patch to avoid the failure from the missing include).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D89758/new/

https://reviews.llvm.org/D89758



More information about the llvm-commits mailing list