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
Rollup merge of #127162 - bjorn3:sync_cg_clif-2024-06-30, r=bjorn3
Subtree sync for rustc_codegen_cranelift
The main highlight this time is support for arm64 macOS in cg_clif. A future PR will enable distributing it as rustup component.
r? `@ghost`
`@rustbot` label +A-codegen +A-cranelift +T-compiler
Copy file name to clipboardexpand all lines: compiler/rustc_codegen_cranelift/Readme.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
70
70
|FreeBSD|✅[^no-rustup]|❓|❓|❓|
71
71
|AIX|❌[^xcoff]|N/A|N/A|❌[^xcoff]|
72
72
|Other unixes|❓|❓|❓|❓|
73
-
|macOS|✅|❌[^apple-silicon]|N/A|N/A|
73
+
|macOS|✅|✅[^no-rustup]|N/A|N/A|
74
74
|Windows|✅[^no-rustup]|❌|N/A|N/A|
75
75
76
76
✅: Fully supported and tested
@@ -80,7 +80,6 @@ For more docs on how to build and test see [build_system/usage.txt](build_system
80
80
Not all targets are available as rustup component for nightly. See notes in the platform support matrix.
81
81
82
82
[^xcoff]: XCOFF object file format is not supported.
83
-
[^apple-silicon]: Tracked in [#1248](https://github.com/rust-lang/rustc_codegen_cranelift/issues/1248).
84
83
[^no-rustup]: Not available as rustup component for nightly. You can build it yourself.
// Copied from https://github.com/rust-lang/rust/blob/4fd98a4b1b100f5329c6efae18031791f64372d2/src/bootstrap/src/utils/helpers.rs#L569-L585
335
-
/// Create a `--check-cfg` argument invocation for a given name
0 commit comments