Add basic ssa analyzer

This commit is contained in:
bjorn3
2018-08-09 10:46:56 +02:00
parent 72fa53bac3
commit f4e622cedc
6 changed files with 86 additions and 12 deletions

View File

@@ -12,6 +12,8 @@ extern crate rustc_target;
extern crate rustc_data_structures;
extern crate ar;
#[macro_use]
extern crate bitflags;
extern crate faerie;
//extern crate goblin;
extern crate cranelift;
@@ -49,6 +51,7 @@ macro_rules! unimpl {
}
mod abi;
mod analyze;
mod base;
mod common;
mod constant;