Commit 9bc57fa
authored
feat(toolchain): add missing action types to toolchain configs (#1611)
The -target option should be added to the same actions, regardless of
whether we're declaring an Xcode toolchain or a standalone toolchain.
This commit brings the Linux actions up-to-date with the Xcode ones.
While we're at it, we're also adding -target to the MODULEWRAP action to
both Xcode and non-Xcode actions. It looks like it's ok to omit it if
the target arch is the same as the host arch, but if they're different
swiftc will return an error.1 parent 7c43eb0 commit 9bc57fa
File tree
2 files changed
+11
-0
lines changed- swift/toolchains
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
194 | 196 | | |
195 | 197 | | |
196 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
197 | 205 | | |
| 206 | + | |
198 | 207 | | |
199 | 208 | | |
200 | 209 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
333 | 334 | | |
334 | 335 | | |
335 | 336 | | |
| 337 | + | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
| |||
0 commit comments