[PATCH] D91747: [Clang] Add __STDCPP_THREADS__ to standard predefine macros

Alan Phipps via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 23 13:16:05 PST 2020


alanphipps added a comment.

Looks like _LIBCPP_HAS_NO_THREADS is being set for libcxxabi, and the build now fails with this change:

llvm-project/libcxxabi/../libcxx/include/__config:1172:2: error: _LIBCPP_HAS_NO_THREADS cannot be set when __STDCPP_THREADS__ is set


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91747



More information about the cfe-commits mailing list