swift
7323a752 - [cxx-interop] Workaround compiler error when importing AppKit/UIKit with C++ interop

Commit
1 year ago
[cxx-interop] Workaround compiler error when importing AppKit/UIKit with C++ interop The AppKit/UIKit overlay refers to symbols declared via NS_OPTIONS macro, which is causing issues in C++ language mode due to the macro definition being different. This teaches the module interface loader to drop the C++ interop flag when rebuilding the AppKit and UIKit overlay from its interface. This is the same fix as #78636, but for different modules. rdar://143033209
Author
Parents
Loading