[libcxx] [ci] Don't disable libc++experimental in mingw builds
authorMartin Storsjö <martin@martin.st>
Thu, 7 Jul 2022 06:37:18 +0000 (09:37 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 7 Jul 2022 20:30:53 +0000 (23:30 +0300)
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

libcxx/cmake/caches/MinGW.cmake

index 14b887e..c16857e 100644 (file)
@@ -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 "")