-
Notifications
You must be signed in to change notification settings - Fork 10.4k
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
Bootstrapping (aka. SwiftCompilerSources
) state on Windows
#61410
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Comments
stevapple
added
the
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
label
Oct 3, 2022
Current blocker
This looks like a compiler bug regarding C++-Interop with MSVC, but it could also be related to module maps of used C++ modules. |
Note that the mandatory bootstrapping will not use C++ Interop, only C Interop for the first year, so you may have more time to figure this out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
A deviation from expected or documented behavior. Also: expected but undesirable behavior.
Describe the bug
Bootstrapping the Swift toolchain on Windows still fails at the time. We should look into this problem before more features rely on it and the process becomes mandatory.
Steps To Reproduce
Steps to reproduce the behavior:
-DBOOTSTRAPPING_MODE=BOOTSTRAPPING
....
Expected behavior
Ideally the toolchain should be able to bootstrap. This was formerly blocked by some linker / runtime issue, but now new problems occurred during build steps, before the link step.
Environment (please fill out the following information)
Additional Context
The issue is used to track the state of Swift bootstrapping ability on Windows.
The text was updated successfully, but these errors were encountered: