Skip to content

Commit cb2f23f

Browse files
authored
Merge pull request #74006 from apple/egorzhdan/remove-ios-32bit
[build] Remove unused `SWIFT_ENABLE_IOS32` CMake flag
2 parents 4e4e570 + 7d754db commit cb2f23f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

cmake/modules/DarwinSDKs.cmake

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
1-
option(SWIFT_ENABLE_IOS32
2-
"Build 32-bit variants of iOS"
3-
TRUE)
4-
5-
if(SWIFT_ENABLE_IOS32)
6-
set(SUPPORTED_IOS_ARCHS "arm64;arm64e")
7-
set(SUPPORTED_IOS_SIMULATOR_ARCHS "x86_64;arm64")
8-
else()
91
set(SUPPORTED_IOS_ARCHS "arm64;arm64e")
102
set(SUPPORTED_IOS_SIMULATOR_ARCHS "x86_64;arm64")
11-
endif()
12-
133
set(SUPPORTED_TVOS_ARCHS "arm64")
144
set(SUPPORTED_TVOS_SIMULATOR_ARCHS "x86_64;arm64")
155
set(SUPPORTED_WATCHOS_ARCHS "armv7k;arm64_32")

0 commit comments

Comments
 (0)