Skip to content

Separate two kinds of emit-module jobs into different categories: source emit-module and explicit dependency interface build #1156

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

Conversation

artemcm
Copy link
Contributor

@artemcm artemcm commented Aug 18, 2022

.emitModule is re-used for two kinds of jobs:

  • Build all sources of a target into a binary module
  • In Explicit Module Builds, compile a dependency module interface into a binary module

It is worthwhile to treat these separate kinds of jobs separately.

Resolves rdar://98842129

…rce emit-module and explicit dependency interface build

'.emitModule' is re-used for two kinds of jobs:
- Build all sources of a target into a binary module
- In Explicit Module Builds, compile a dependency module interface into a binary module

It is worthwhile to treat these separate kinds of jobs separately.

Resolves rdar://98842129
@artemcm
Copy link
Contributor Author

artemcm commented Aug 18, 2022

@swift-ci test

@artemcm artemcm merged commit 500e6f4 into swiftlang:main Aug 18, 2022
@artemcm artemcm deleted the ExplicitPrecompileCallsForExplicitJobKind branch August 18, 2022 23:15
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.

2 participants