瀏覽代碼

enable aux stack frame for aot compiler fuzz test (#4462)

Zhenwei Jin 10 月之前
父節點
當前提交
d6fc18e197
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc

+ 1 - 0
tests/fuzz/wasm-mutator-fuzz/aot-compiler/aot_compiler_fuzz.cc

@@ -58,6 +58,7 @@ LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
     option.enable_simd = true;
     option.enable_ref_types = true;
     option.enable_gc = true;
+    option.aux_stack_frame_type = AOT_STACK_FRAME_TYPE_STANDARD;
 
     comp_data =
         aot_create_comp_data(module, option.target_arch, option.enable_gc);