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:
@@ -23,7 +23,7 @@ mod abi;
|
|||||||
pub mod encoding;
|
pub mod encoding;
|
||||||
mod inst;
|
mod inst;
|
||||||
mod lower;
|
mod lower;
|
||||||
mod settings;
|
pub mod settings;
|
||||||
|
|
||||||
/// An X64 backend.
|
/// An X64 backend.
|
||||||
pub(crate) struct X64Backend {
|
pub(crate) struct X64Backend {
|
||||||
|
|||||||
Reference in New Issue
Block a user