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
When building Swift as part of an LLVM distribution the global property
JOB_POOLS would have been overriden by Swift. If one wanted parallel
linking in LLVM, the job pools setup by LLVM would have disappered.
This didn't happen in the standalone builds, because HandleLLVMOptions
is included in that case _after_ the JOB_POOLS property would have been
initialized without APPEND.
0 commit comments