summaryrefslogtreecommitdiff
path: root/libcxx/cmake
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2022-07-07 09:37:18 +0300
committerMartin Storsjö <martin@martin.st>2022-07-07 23:30:53 +0300
commit5b32e4755959d6c8ca60ed07c9298f803fc4c3ee (patch)
treea9b6e69dd204c9ef7512dac4f1f6a3de0e832d7e /libcxx/cmake
parent439783da010ebaf27c09de5092df6eadc8d2be2a (diff)
downloadllvm-5b32e4755959d6c8ca60ed07c9298f803fc4c3ee.tar.gz
[libcxx] [ci] Don't disable libc++experimental in mingw builds
Since dfa88927ae1411ccc3b248b7e624f2acf623d947, the static libc++experimental should work in mingw dll builds. (It probably worked all along in static mingw builds.) Differential Revision: https://reviews.llvm.org/D129270
Diffstat (limited to 'libcxx/cmake')
-rw-r--r--libcxx/cmake/caches/MinGW.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/libcxx/cmake/caches/MinGW.cmake b/libcxx/cmake/caches/MinGW.cmake
index 14b887e64101..c16857e23221 100644
--- a/libcxx/cmake/caches/MinGW.cmake
+++ b/libcxx/cmake/caches/MinGW.cmake
@@ -1,5 +1,3 @@
-set(LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY OFF CACHE BOOL "")
-
set(LIBCXX_CXX_ABI libcxxabi CACHE STRING "")
set(LIBCXXABI_USE_LLVM_UNWINDER ON CACHE BOOL "")