Add bugpoint command

Add the command `cargo run --release bugpoint crash.clif 2>/dev/null` to reduce test cases.
This commit is contained in:
bjorn3
2019-08-08 11:40:41 +02:00
committed by Nicolas B. Pierron
parent 73670aab43
commit e6e274a3aa
4 changed files with 2657 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ wabt = { version = "0.7.0", optional = true }
target-lexicon = "0.4.0"
pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.2"
indicatif = "0.11.0"
[features]
default = ["disas", "wasm"]