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
[PackageModel] Inject swift-testing flags only if toolchain is target… (#7920)
…ting macOS
### Motivation:
Fixes a bug where swift and linker flags for swift-testing were injected
into `extraFlags` of a toolchain that was targeting WASM but used macOS
to build.
### Modifications:
- Replace `#if os(macOS)` with `if triple.isMacOSX` while deriving
swift-testing flags for a toolchain.
### Result:
Resolves: #7919
Resolves: rdar://134714404
0 commit comments