[libcxx] [ci] Don't disable libc++experimental in mingw builds

Since dfa88927ae, 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
This commit is contained in:
Martin Storsjö 2022-07-07 09:37:18 +03:00
parent 439783da01
commit 5b32e47559
1 changed files with 0 additions and 2 deletions

View 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 "")