-
Notifications
You must be signed in to change notification settings - Fork 106
rustc-codegen-cranelift-preview support for aarch64-apple-darwin #1502
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-macos
Operating system: MacOS
Comments
I would prefer to see bytecodealliance/wasmtime#8730 fixed first. Without it you need to switch back to the old linker on arm64 macOS if you use XCode 15 or later. |
Got it. |
bytecodealliance/wasmtime#8730 has been fixed. Opened a subtree sync PR and will open a PR to distribute cg_clif as rustup component for arm64 macOS once it merges. Edit: rust-lang/rust#127177 |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jul 20, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jul 20, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
compiler-errors
added a commit
to compiler-errors/rust
that referenced
this issue
Jul 20, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jul 21, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
tgross35
added a commit
to tgross35/rust
that referenced
this issue
Jul 21, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jul 21, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Jul 22, 2024
…-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 22, 2024
Rollup merge of rust-lang#127177 - bjorn3:arm64_macos_cg_clif, r=Mark-Simulacrum Distribute rustc_codegen_cranelift for arm64 macOS Support for arm64 macOS has been added to rustc_codegen_cranelift recently. Fixes rust-lang/rustc_codegen_cranelift#1502
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
O-macos
Operating system: MacOS
After the recent announcement for fixes for Apple Silicon I tried to install rustc-codegen-cranelift-preview component by following the instructions in the readme, but got an error.
Am I doing something wrong or is the current nightly channel currently missing something? I have nightly-aarch64-apple-darwin (3cb521a43 2024-06-22).
Edit: Oh, I just saw that the footnote still applies:
Not available as rustup component for nightly. You can build it yourself.
.I guess my question now is the following: is there anything preventing adding rustc-codegen-cranelift-preview rustup component for aarch64-apple-darwin?
Thanks!
The text was updated successfully, but these errors were encountered: