-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit 6de928d
Auto merge of #126450 - madsmtm:promote-mac-catalyst, r=Mark-Simulacrum
Promote Mac Catalyst targets to Tier 2, and ship with rustup
Promote the Mac Catalyst targets `x86_64-apple-ios-macabi` and `aarch64-apple-ios-macabi` to Tier 2, as per [the MCP](rust-lang/compiler-team#761) (see that for motivation and details).
These targets are now also distributed with rustup, although without the sanitizer runtime, as that currently has trouble building, see #129069.File tree
6 files changed
+22
-14
lines changed- compiler/rustc_target/src/spec/targets
- src
- ci/github-actions
- doc/rustc/src
- platform-support
- tools/build-manifest/src
6 files changed
+22
-14
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
285 | 285 |
| |
286 | 286 |
| |
287 | 287 |
| |
288 | - | ||
289 | - | ||
288 | + | ||
289 | + | ||
290 | + | ||
291 | + | ||
290 | 292 |
| |
291 | 293 |
| |
292 | 294 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
136 | 136 |
| |
137 | 137 |
| |
138 | 138 |
| |
139 | + | ||
139 | 140 |
| |
140 | 141 |
| |
141 | 142 |
| |
| |||
196 | 197 |
| |
197 | 198 |
| |
198 | 199 |
| |
200 | + | ||
199 | 201 |
| |
200 | 202 |
| |
201 | 203 |
| |
| |||
245 | 247 |
| |
246 | 248 |
| |
247 | 249 |
| |
248 | - | ||
249 | 250 |
| |
250 | 251 |
| |
251 | 252 |
| |
| |||
371 | 372 |
| |
372 | 373 |
| |
373 | 374 |
| |
374 | - | ||
375 | 375 |
| |
376 | 376 |
| |
377 | 377 |
| |
|
Lines changed: 12 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | - | ||
36 | - | ||
37 | - | ||
38 | - | ||
39 | - | ||
40 | - | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
41 | 40 |
| |
42 | 41 |
| |
43 | - | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
44 | 48 |
| |
45 | 49 |
| |
46 | 50 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | + | ||
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
| |||
161 | 162 |
| |
162 | 163 |
| |
163 | 164 |
| |
165 | + | ||
164 | 166 |
| |
165 | 167 |
| |
166 | 168 |
| |
|
0 commit comments