Runtimes: introduce SwiftOnoneSupport

The main goal for now is to have this building, with little
concern about matching the build flags used currently.

Keep it disabled by default on Apple platforms.

Addresses rdar://143151393
This commit is contained in:
Eric Miotto
2025-01-17 15:09:25 -08:00
parent 4306b57590
commit c1257eb4ef
4 changed files with 54 additions and 6 deletions

View File

@@ -78,15 +78,11 @@ set(CoreLibs
CompatibilityOverride
stubs
CommandLineSupport
core)
core
SwiftOnoneSupport)
# Add these as we get them building
# core
# Concurrency
# SwiftOnoneSUpport
# CommandLineSupport
# Demangling
# runtime)
foreach(library ${CoreLibs})
copy_library_sources(${library} "public" "Core")