Skip to content

Commit 7d754db

Browse files
committed
[build] Remove unused SWIFT_ENABLE_IOS32 CMake flag
This removes the unused legacy CMake flag: `SWIFT_ENABLE_IOS32`. Support for targeting 32-bit iOS was removed in 2022 in #60363.
1 parent 4a1662d commit 7d754db

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)