Commit aeaab78
authored
[6.0.0][PackageModel] Inject swift-testing flags only if toolchain is target… (#7922)
- Explanation:
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.
- Main Branch PR:
#7920
- 6.0 Branch PR:
#7921
- Resolves:
#7919
- Resolves: rdar://134714404
- Risk: Low (only affects cross-compilation to WASM).
- Reviewed By: @bnbarham
- Testing: Manual testing since this is not currently possible to test
automatically.1 parent db1e31e commit aeaab78
1 file changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
660 | 660 | | |
661 | 661 | | |
662 | 662 | | |
663 | | - | |
664 | | - | |
665 | | - | |
666 | | - | |
667 | | - | |
668 | | - | |
669 | | - | |
670 | | - | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
671 | 672 | | |
672 | 673 | | |
673 | 674 | | |
| |||
0 commit comments