Skip to content

Commit b72813f

Browse files
committed
[CMake][Fuchsia] Start building arm64 Darwin runtimes
This enables arm64 Darwin support in Fuchsia toolchain.
1 parent 69f7c00 commit b72813f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/cmake/caches/Fuchsia-stage2.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if(APPLE)
6969
set(LIBCXX_ABI_VERSION 2 CACHE STRING "")
7070
set(DARWIN_ios_ARCHS armv7;armv7s;arm64 CACHE STRING "")
7171
set(DARWIN_iossim_ARCHS i386;x86_64 CACHE STRING "")
72-
set(DARWIN_osx_ARCHS x86_64 CACHE STRING "")
72+
set(DARWIN_osx_ARCHS arm64;x86_64 CACHE STRING "")
7373
set(SANITIZER_MIN_OSX_VERSION 10.7 CACHE STRING "")
7474
endif()
7575

0 commit comments

Comments
 (0)