-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[WinRT] Start exposing Windows Runtime headers to Swift #84669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This is a companion to swiftlang/swift#84669.
swiftlang/swift-installer-scripts#465 @swift-ci please smoke test |
swiftlang/swift-installer-scripts#465 @swift-ci please build toolchain Windows |
This adds an initial Clang modulemap for the WinRT module. The modulemap is injected into the `winrt/` include search path using VFS. For now, the modulemap only exposes a small number of utility headers from WinRT. It will be extended in the future to cover more of the WinRT API surface.
c47fbeb
to
c3074df
Compare
swiftlang/swift-installer-scripts#465 @swift-ci please smoke test |
swiftlang/swift-installer-scripts#465 @swift-ci please build toolchain Windows |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do a smoke test on the windows toolchain before merging
swiftlang/swift-installer-scripts#465 @swift-ci please build toolchain Windows ARM64 |
This adds an initial Clang modulemap for the WinRT module. The modulemap is injected into the
winrt/
include search path using VFS.For now, the modulemap only exposes a small number of utility headers from WinRT. It will be extended in the future to cover more of the WinRT API surface.