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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user