mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
To make this work: * expose SwiftCMakeConfig.h from the Core build system, to support scenarios in which the downstream Distributed build is leveraging the config files generated by CMake itself. * adjust how SwiftShims is defined in `FindSwiftCore.cmake`, so that the shims are found from C++ and that we don't get redefinition errors when multiple module maps are in the search paths. Fixes #83449 Addresses rdar://149241603, rdar://157165530