Merge branch 'master' into master

This commit is contained in:
Dan Gohman
2018-09-25 16:12:26 -07:00
committed by GitHub
17 changed files with 731 additions and 125 deletions

View File

@@ -179,12 +179,16 @@
extern crate cranelift_codegen;
#[cfg(test)]
extern crate target_lexicon;
#[macro_use]
extern crate log;
pub use frontend::{FunctionBuilder, FunctionBuilderContext};
pub use switch::Switch;
pub use variable::Variable;
mod frontend;
mod ssa;
mod switch;
mod variable;
#[cfg(not(feature = "std"))]