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

@@ -19,9 +19,9 @@ use target_lexicon::{Aarch64Architecture, Architecture, OperatingSystem, Triple}
// New backend:
mod abi;
pub(crate) mod inst;
pub mod inst;
mod lower;
mod settings;
pub mod settings;
use inst::create_reg_env;