Re-export cranelift-control from cranelift-codegen (#6173)
This makes it easier to keep the versions of both in sync and avoids having to specify another dependency for a single type.
This commit is contained in:
@@ -64,6 +64,7 @@ pub use crate::verifier::verify_function;
|
|||||||
pub use crate::write::write_function;
|
pub use crate::write::write_function;
|
||||||
|
|
||||||
pub use cranelift_bforest as bforest;
|
pub use cranelift_bforest as bforest;
|
||||||
|
pub use cranelift_control as control;
|
||||||
pub use cranelift_entity as entity;
|
pub use cranelift_entity as entity;
|
||||||
#[cfg(feature = "unwind")]
|
#[cfg(feature = "unwind")]
|
||||||
pub use gimli;
|
pub use gimli;
|
||||||
|
|||||||
Reference in New Issue
Block a user