[libcxx-commits] [PATCH] D129270: [libcxx] [test] Don't disable libc++experimental in mingw builds

Martin Storsjö via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 7 13:31:53 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG5b32e4755959: [libcxx] [ci] Don't disable libc++experimental in mingw builds (authored by mstorsjo).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129270

Files:
  libcxx/cmake/caches/MinGW.cmake


Index: libcxx/cmake/caches/MinGW.cmake
===================================================================
--- libcxx/cmake/caches/MinGW.cmake
+++ 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 "")
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129270.443045.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220707/58224b76/attachment.bin>


More information about the libcxx-commits mailing list