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
[SwiftCaching] Don't drop -Xcc during dependency scanning
When using swift caching, `-Xcc` should not be appended to compilation
commmands because dependency scanner returns the cc1 command needed to
create clang importer. But `-Xcc` options were accidentally dropped from
scan-dependencies command, causing them to be ignored.
rdar://119391228
0 commit comments