cranelift-codegen: Prepare aarch64 for usage from Winch (#5570)

This commit exposes the necessary aarch64 pieces to be used by Winch for binary emission.
This commit is contained in:
Saúl Cabrera
2023-01-13 14:46:25 -05:00
committed by GitHub
parent 7682a40d62
commit f0979af157
7 changed files with 98 additions and 18 deletions

View File

@@ -64,7 +64,7 @@ use target_lexicon::{triple, Architecture, PointerWidth, Triple};
pub mod x64;
#[cfg(feature = "arm64")]
pub(crate) mod aarch64;
pub mod aarch64;
#[cfg(feature = "riscv64")]
pub mod riscv64;