Skip to content

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

Merged
merged 1 commit into from
Jun 1, 2020

Conversation

compnerd
Copy link
Member

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.

Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.

Resolves SR-NNNN.

@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

CC: @mikeash @drexin

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - d866b66a351edfae4832e6b16d431431ecc897d2

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - d866b66a351edfae4832e6b16d431431ecc897d2

@compnerd compnerd force-pushed the undeocrating-undecoration branch from d866b66 to 5643a72 Compare May 30, 2020 05:03
@compnerd
Copy link
Member Author

@swift-ci please test

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - d866b66a351edfae4832e6b16d431431ecc897d2

@swift-ci
Copy link
Contributor

Build failed
Swift Test OS X Platform
Git Sha - d866b66a351edfae4832e6b16d431431ecc897d2

`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.
@compnerd compnerd force-pushed the undeocrating-undecoration branch from 5643a72 to fb58228 Compare May 30, 2020 19:27
@compnerd
Copy link
Member Author

@swift-ci please test

@compnerd
Copy link
Member Author

@swift-ci please test Windows platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - fb58228

@compnerd
Copy link
Member Author

@swift-ci please test Linux platform

@swift-ci
Copy link
Contributor

Build failed
Swift Test Linux Platform
Git Sha - fb58228

@compnerd
Copy link
Member Author

@swift-ci please test Linux platform

@compnerd compnerd merged commit 42457b9 into swiftlang:master Jun 1, 2020
@compnerd compnerd deleted the undeocrating-undecoration branch June 1, 2020 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants