[libcxx-commits] [PATCH] D86599: [libcxx] Add cmake cache file for BUILD_EXTERNAL_THREAD_LIBRARY
David Nicuesa via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Aug 26 01:51:49 PDT 2020
Nicu created this revision.
Nicu added a reviewer: libc++.
Nicu added a project: libc++.
Herald added subscribers: libcxx-commits, mgorny.
Herald added 1 blocking reviewer(s): libc++.
Nicu requested review of this revision.
[libcxx] Add cmake cache file for BUILD_EXTERNAL_THREAD_LIBRARY
Add a new cmake cache file for automatically providing the configuration
to build libcxx with -DLIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D86599
Files:
libcxx/cmake/caches/Build-ext-thread-lib.cmake
Index: libcxx/cmake/caches/Build-ext-thread-lib.cmake
===================================================================
--- /dev/null
+++ libcxx/cmake/caches/Build-ext-thread-lib.cmake
@@ -0,0 +1,2 @@
+set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
+set(LIBCXX_BUILD_EXTERNAL_THREAD_LIBRARY ON CACHE BOOL "")
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D86599.287868.patch
Type: text/x-patch
Size: 310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200826/d9edc564/attachment.bin>
More information about the libcxx-commits
mailing list