Commit Graph

6 Commits

Author SHA1 Message Date
Mishal Shah
b3e7c68bcd Update Runtimes/Supplemental/StringProcessing/CMakeLists.txt to 6.2.1 2025-08-27 14:39:24 -07:00
Mishal Shah
70616b4dea Update the runtime version to 6.2.0 for Overlay and Supplemental
(cherry picked from commit 9f6a789374)
2025-08-26 23:40:03 -07:00
Saleem Abdulrasool
8a30f3a12d Runtimes: adjust the linking to _Concurrency
`_Concurrency` is being implicitly imported and then linked into the
runtime. Disable the implicit import of the concurrency runtime to allow
proper control over the linkage for the library.
2025-06-27 14:08:43 -07:00
Evan Wilde
4d892e0fe2 [CMake] Fix missing RegexParser dependency
RegexBuilder depends on RegexParser. Without the link dependency, we the
swift module isn't passed to the RegexBuilder build.
2025-03-27 20:55:16 -07:00
Evan Wilde
bab0db68ad [CMake] Build _StringProcessing and RegexBuilder
First pass at getting the StringProcessing and RegexBuilder runtime
libraries built with pure CMake.
2025-03-26 17:37:11 -07:00
Evan Wilde
d7db651b92 [CMake] Get _RegexParser building
This is a first pass at getting the _RegexParser library building.
2025-03-26 16:51:38 -07:00