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
Don't plan compileJob if emitModule is all that is needed in a separate job
When the requested output is `-emit-module` and also using
`-experimental-emit-module-separately`, do not schedule compileJob for
each individual source files since all outputs already satisfied by the
separately emit module job. The compileJob will only produce unnecessary
outputs like per-file modules and slow down the build.
rdar://84979778
0 commit comments