Skip to content

Commit

Permalink
fuzzgen: Add egraphs flag
Browse files Browse the repository at this point in the history
It's finally here! 🥳
  • Loading branch information
afonso360 committed Oct 12, 2022
1 parent 1a511c7 commit a80376e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cranelift/fuzzgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ where
"enable_incremental_compilation_cache_checks",
"regalloc_checker",
"enable_llvm_abi_extensions",
"use_egraphs",
];
for flag_name in bool_settings {
let enabled = self
Expand Down

0 comments on commit a80376e

Please sign in to comment.