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
cmake: set default value of BOOTSTRAPPING_MODE to HOSTTOOLS
This was already the intention before, but it didn't work because cmake's `option` only works for boolean variables.
Using `set` instead of `option` fixes that.
This change also enables SwiftCompilerSources in lldb on Windows.
#73322
0 commit comments