cranelift-codegen: Expose x64 settings (#5561)

Exposes x64 settings so that they can be consumed from Winch for binary emission.
This commit is contained in:
Saúl Cabrera
2023-01-11 18:33:03 -05:00
committed by GitHub
parent 963d73a83b
commit 6cb68f3287

View File

@@ -23,7 +23,7 @@ mod abi;
pub mod encoding;
mod inst;
mod lower;
mod settings;
pub mod settings;
/// An X64 backend.
pub(crate) struct X64Backend {