Skip to content

Commit a014cb8

Browse files
committed
[CMake][Fuchsia] Drop Darwin architectures
We want to build all available ones. Differential Revision: https://reviews.llvm.org/D122022
1 parent 0f9a855 commit a014cb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,6 @@ if(APPLE)
7070
set(LIBCXX_ENABLE_SHARED OFF CACHE BOOL "")
7171
set(LIBCXX_ENABLE_STATIC_ABI_LIBRARY ON CACHE BOOL "")
7272
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
73-
set(DARWIN_ios_ARCHS arm64 CACHE STRING "")
74-
set(DARWIN_iossim_ARCHS arm64 CACHE STRING "")
75-
set(DARWIN_osx_ARCHS arm64;x86_64 CACHE STRING "")
7673
endif()
7774

7875
if(WIN32)

0 commit comments

Comments
 (0)