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
Fix duplicated swiftc flags when using custom sdks
- Fixes a bug which caused extraCLIFlags from an SDK's toolset.json
files to be repeated multiple times in child process invocations. The
repeated flags can cause issues with some downstream tools, such as
repeated -segaddr flags to ld64 for the same segment.
0 commit comments