mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
The host tools may be built with the host compiler. cl objects to the "extern C" function returning a C++ type which the keypath functions do. However, these declarations are needed only in the runtime, which is always built with clang. Preprocess away the declarations during the build of the compiler. This allows us to build with cl once more.
33 KiB
33 KiB