You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separate two kinds of emit-module jobs into different categories: source 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
0 commit comments