diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index ea4529ff2..d27f65b34 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -1398,7 +1398,9 @@ opt_choices = [ ("--simplify-locals-notee-nostructure",), ("--ssa",), ("--type-refining",), - ("--type-merging",), + # TypeMerging is blocked by + # https://github.com/WebAssembly/binaryen/issues/5556 + # ("--type-merging",), ("--type-ssa",), ("--vacuum",), ] |