Commit 2786463
committed
the Apple list has one definition and three spellings
`os == "macos" || os == "ios"` is `Triple::is_apple()`. This module takes
`os` as a string rather than a `Triple` deliberately — it is pure, and
importing the toolchain model to reach one predicate would couple what that
choice decoupled — so the spelling stays and the comment names where the
canonical list lives and which other sites carry a copy.1 parent 2e288b5 commit 2786463
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
603 | 611 | | |
604 | 612 | | |
605 | 613 | | |
| |||
0 commit comments