Merge pull request #81239 from sookach/pr/runtimes-differentiation

[Runtimes][CMake] Build Differentiation in new style.
This commit is contained in:
Eric Miotto
2025-07-22 21:12:04 -07:00
committed by GitHub
3 changed files with 112 additions and 3 deletions

View File

@@ -155,13 +155,14 @@ copy_files(public/Platform Overlay/Windows/CRT
TiocConstants.swift
tgmath.swift.gyb)
# TODO: Add source directories for the platform overlays, supplemental
# libraries, and test support libraries.
# Supplemental Libraries
copy_library_sources(Synchronization "public" "Supplemental")
copy_library_sources(Observation "public" "Supplemental")
# Copy Differentiation sources
copy_library_sources("linker-support" "" "Supplemental/Differentiation")
copy_library_sources("Differentiation" "public" "Supplemental")
# Copy StringProcessing, RegexParser, RegexBuilder
if(NOT DEFINED StringProcessing_ROOT_DIR)
find_path(StringProcessing_ROOT_DIR