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
llbuildSwift: wire up dependencies only when available
In the case that `Foundation` and `dispatch` are not passed along,
wiring up the dependencies results in an injected `-lFoundation.lib` and
`-lswiftDispatch.lib` on Windows. Only add the dependencies if we have
the associated CMake targets.
0 commit comments