Commit Graph

309 Commits

Author SHA1 Message Date
Evan Wilde
03ba118bf3 Add swiftCore library
This patch hooks up the swiftCore library build and gets it installing.
This means that we have library evolution hooked up and vector types.

Building it dynamically found that we had duplicate symbols, so fixed
the swiftDemanglingCR library.

Needed to hook up the availability macros.

The flag configuration is for macOS, so we'll need to go through and
figure out what it should look like for the other platforms too.
2024-11-06 21:27:53 -08:00
Evan Wilde
f3b5fcdc15 Add stubs library to build
Adding stdlib stubs library, which uses gyb and requires knowing about
some of the platform info.

The stubs library pulls in several headers from the compiler repository.
We should probably clean that up, but not right now. I've made a note of
it.
2024-11-06 21:27:53 -08:00
Evan Wilde
96429952bb Build runtime library
Getting the runtime libraries building, while also ironing out more of
the macro definitions and flags.
2024-11-06 21:27:53 -08:00
Evan Wilde
8dd5e50449 Build threading library 2024-11-06 15:54:34 -08:00
Evan Wilde
b95e3cb47b Add SwiftDemangling 2024-11-06 14:17:52 -08:00
Evan Wilde
bfb7596ab4 Add SwiftShims as an interface library 2024-11-05 08:19:43 -08:00
Evan Wilde
46dfee25d1 Get swiftLLVMSupport building
This patch gets the LLVM Support object files building.
2024-11-05 08:19:43 -08:00
Evan Wilde
f03d9a01e6 Adding stdlib resync script
Adding a quick script to keep the pieces of the standard library in sync
between the new stdlib build and the old one.
2024-11-04 13:26:31 -08:00
Evan Wilde
a01e080119 Adding new standard library readme
Adding a readme describing the different layers for the standard
libraries, and what libraries belong to which layer.

  - Core: The core runtime libraries that provide basic operations
  - Overlay: Maps the underlying system into Swift
  - Supplemental: Libraries that use the underlying system
  - Testing: Extraneous support for testing the standard libraries
2024-11-04 13:26:31 -08:00