-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Windows toolchain - swiftToCxx directory missing #63446
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
Windows toolchain - swiftToCxx directory missing #63446
Comments
Please include the Swift version. |
@compnerd do you by any chance know why |
@hyp the answer is two folds:
The content in the toolchain should be target agnostic.
There is an explicit list of things that are packaged for distribution. That lives in the installer sources at sdk-amd64 and runtime-amd64 for X64, with variants for X86, ARM64, and ARMv7. |
All Swift versions, including the 5.8 and latest snapshot |
@compnerd let me know if you'll be able to look at this. I will assign it to you for now, but feel free to send it back to me if you think you won't have bandwidth. |
Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: swiftlang/swift#63446
Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: swiftlang/swift#63446
Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: swiftlang/swift#63446
Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: swiftlang/swift#63446
Include the `swiftToCxx` content as compiler resources for the Swift compiler for the distribution. This is part oft the C++ interop work. Fixes: swiftlang/swift#63446
Description
swiftToCxx directory is missing in the Swift Windows toolchain
Steps to reproduce
Expected behavior
\usr\lib\swift must include the swiftToCxx directory and the content include the following header files:
_SwiftCxxInteroperability.h
_SwiftStdlibCxxOverlay.h
The text was updated successfully, but these errors were encountered: