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:
@@ -675,7 +675,8 @@ impl EmitState {
|
||||
pub struct EmitInfo(settings::Flags);
|
||||
|
||||
impl EmitInfo {
|
||||
pub(crate) fn new(flags: settings::Flags) -> Self {
|
||||
/// Create a constant state for emission of instructions.
|
||||
pub fn new(flags: settings::Flags) -> Self {
|
||||
Self(flags)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user