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:
bjorn3
2023-04-10 18:49:43 +02:00
committed by GitHub
parent ac2bd1f305
commit b9fb31e9a7

View File

@@ -64,6 +64,7 @@ pub use crate::verifier::verify_function;
pub use crate::write::write_function;
pub use cranelift_bforest as bforest;
pub use cranelift_control as control;
pub use cranelift_entity as entity;
#[cfg(feature = "unwind")]
pub use gimli;