Skip to content

Commit 989b3be

Browse files
committed
NFC: Clean up runtime comments
Updating the todo list comments. - Windows builds are already using the runtime build system to build the runtimes so we can remove that from the todo list. - The Android SDK on Windows is currently cross-compiled with the new runtime build. - Catalyst builds have been going for a bit now, generating the necessary bits. - We moved things to a nested swiftmodule structure, which installs the entire directory, containing all of the emitted products. The Glibc Linux builds should be coming soon. We still have embedded to work on.
1 parent 0f3f3e5 commit 989b3be

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Runtimes/Core/CMakeLists.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,9 @@
2121

2222
# TODO:
2323
# Platform support:
24-
# - Work on/Verify cross-compiling
25-
# - Work on/Verify Windows and Linux native builds
24+
# - Work on/Verify Linux native builds
2625
# Embedded
2726
# -- -Xfrontend -emit-empty-object-file
28-
# Catalyst Support
29-
# -- Will need shadow invocations to generate swiftmodules for Swift parts
30-
# Install *.abi.json, swiftdoc, and swiftsourceinfo
3127

3228
cmake_minimum_required(VERSION 3.29)
3329
# TODO before requiring CMake 4.1 or later

0 commit comments

Comments
 (0)