You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[build] rewrite #21707 and swiftCore/swiftRuntime CMake config, so that it doesn't break
cross-compilation
Passing swift_core_private_link_libraries to PRIVATE_LINK_LIBRARIES only works either when
building a single host SDK alone or when needed by all SDKs, so move all that configuration
to a swift_core_private_libraries() function that's called from add_swift_target_library()
for each SDK/arch instead. Also, generate a static-executable-args.lnk for each ELF SDK,
rather than just for linux if it is the host SDK.
0 commit comments