Skip to content

Commit a80376e

Browse files
committed
fuzzgen: Add egraphs flag
It's finally here! 🥳
1 parent 1a511c7 commit a80376e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cranelift/fuzzgen/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ where
258258
"enable_incremental_compilation_cache_checks",
259259
"regalloc_checker",
260260
"enable_llvm_abi_extensions",
261+
"use_egraphs",
261262
];
262263
for flag_name in bool_settings {
263264
let enabled = self

0 commit comments

Comments
 (0)