-
Notifications
You must be signed in to change notification settings - Fork 10.5k
runtime: extract swiftDemangling
into a support library
#32092
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
Conversation
@swift-ci please test |
Build failed |
Build failed |
d866b66
to
5643a72
Compare
@swift-ci please test |
Build failed |
Build failed |
`swiftDemangling` was built three times: 1. swiftc 2. swiftRuntime 3. swiftReflection Fold the last two instances into a single build, sharing the objects across both the target libraries. This ensures that `swiftDemangling` is built with the same compiler as the target libraries and that the target library build remains self-contained.
5643a72
to
fb58228
Compare
@swift-ci please test |
@swift-ci please test Windows platform |
Build failed |
@swift-ci please test Linux platform |
Build failed |
@swift-ci please test Linux platform |
swiftDemangling
was built three times:Fold the last two instances into a single build, sharing the objects
across both the target libraries. This ensures that
swiftDemangling
is built with the same compiler as the target libraries and that the
target library build remains self-contained.
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.