Skip to content

Commit d6fc18e

Browse files
authored
enable aux stack frame for aot compiler fuzz test (#4462)
1 parent cd4712d commit d6fc18e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
5858
option.enable_simd = true;
5959
option.enable_ref_types = true;
6060
option.enable_gc = true;
61+
option.aux_stack_frame_type = AOT_STACK_FRAME_TYPE_STANDARD;
6162

6263
comp_data =
6364
aot_create_comp_data(module, option.target_arch, option.enable_gc);

0 commit comments

Comments
 (0)