Skip to content

Commit de47e71

Browse files
committed
[CMake][Fuchsia] Don't set WIN32 API, rely on autodetection
We prefer autodetection here to avoid persisting this configuration in the generated __config header which is shared across targets. Differential Revision: https://reviews.llvm.org/D88694
1 parent d12ae04 commit de47e71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ if(WIN32)
8484
set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Windows CACHE STRING "")
8585
set(RUNTIMES_${target}_CMAKE_BUILD_TYPE RelWithDebInfo CACHE STRING "")
8686
set(RUNTIMES_${target}_LIBCXX_ABI_VERSION 2 CACHE STRING "")
87-
set(RUNTIMES_${target}_LIBCXX_HAS_WIN32_THREAD_API ON CACHE BOOL "")
8887
set(RUNTIMES_${target}_LIBCXX_ENABLE_EXPERIMENTAL_LIBRARY OFF CACHE BOOL "")
8988
set(RUNTIMES_${target}_LIBCXX_ENABLE_FILESYSTEM OFF CACHE BOOL "")
9089
set(RUNTIMES_${target}_LIBCXX_ENABLE_ABI_LINKER_SCRIPT OFF CACHE BOOL "")

0 commit comments

Comments
 (0)