-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
I'm using Apple M1 Pro chip and trying to compile a project using cranelift I got the title error:
thread 'main' (13059807) panicked at library/core/src/panicking.rs:228:5:
llvm.aarch64.crc32b is not yet supported.
See https://github.com/rust-lang/rustc_codegen_cranelift/issues/171
Please open an issue at https://github.com/rust-lang/rustc_codegen_cranelift/issues
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread caused non-unwinding panic. aborting.
Metadata
Metadata
Assignees
Labels
A-core-archArea: Necessary for full core::arch supportArea: Necessary for full core::arch supportC-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.