llvm-project/libcxxabi
Louis Dionne da104444fa [libc++] Allow building without threads in standalone builds
Setting _LIBCPP_HAS_NO_THREADS is needed when building libcxxabi without
threads in standalone mode. This is useful when target WASM. Otherwise,
you get an error like "No thread API" when building libcxxabi.

It would be better to link against a properly-configured libc++ headers
CMake target when building libc++abi instead, but we don't generate such
targets yet.

Thanks to Matthew Bauer for the patch.

Differential Revision: https://reviews.llvm.org/D60743
2020-09-15 08:44:48 -04:00
..
cmake
fuzz
include
lib
src
test
www
.clang-format
.gitignore
CMakeLists.txt [libc++] Allow building without threads in standalone builds 2020-09-15 08:44:48 -04:00
CREDITS.TXT
LICENSE.TXT