Start the binemit module.

This module will provide supporting code for emitting binary machine
code with relocations.
This commit is contained in:
Jakob Stoklund Olesen
2017-03-23 12:31:29 -07:00
parent 5027e096b5
commit 19710af5b7
2 changed files with 34 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ pub use write::write_function;
/// Version number of the cretonne crate.
pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
pub mod binemit;
pub mod flowgraph;
pub mod dominator_tree;
pub mod entity_list;