Build runtime library

Getting the runtime libraries building, while also ironing out more of
the macro definitions and flags.
This commit is contained in:
Evan Wilde
2024-10-15 21:33:11 -07:00
parent 8dd5e50449
commit 96429952bb
7 changed files with 225 additions and 13 deletions

View File

@@ -28,7 +28,8 @@ function(copy_library_sources name from_prefix to_prefix)
"${StdlibSources}/${from_prefix}/${name}/*.def"
"${StdlibSources}/${from_prefix}/${name}/*.gyb"
"${StdlibSources}/${from_prefix}/${name}/*.apinotes"
"${StdlibSources}/${from_prefix}/${name}/*.yaml")
"${StdlibSources}/${from_prefix}/${name}/*.yaml"
"${StdlibSources}/${from_prefix}/${name}/*.inc")
foreach(file ${filenames})
# Get and create the directory
@@ -53,7 +54,9 @@ copy_library_sources(include "" "Core")
set(CoreLibs
LLVMSupport
SwiftShims)
SwiftShims
runtime
CompatibilityOverride)
# Add these as we get them building
# core