[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 03:32:51 PDT 2022


mstorsjo created this revision.
mstorsjo added a reviewer: ldionne.
Herald added a subscriber: mgorny.
Herald added a project: All.
mstorsjo requested review of this revision.
Herald added a project: libc++.
Herald added a reviewer: libc++.

Since dfa88927ae1411ccc3b248b7e624f2acf623d947 <https://reviews.llvm.org/rGdfa88927ae1411ccc3b248b7e624f2acf623d947>, the static libc++experimental
should work in mingw dll builds. (It probably worked all along in static
mingw builds.)


Repository:
  rG LLVM Github Monorepo

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.442846.patch
Type: text/x-patch
Size: 356 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220707/716df837/attachment.bin>


More information about the libcxx-commits mailing list