mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-05 17:32:26 +00:00
enable aux stack frame for aot compiler fuzz test (#4462)
This commit is contained in:
parent
cd4712d939
commit
d6fc18e197
|
@ -58,6 +58,7 @@ LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size)
|
||||||
option.enable_simd = true;
|
option.enable_simd = true;
|
||||||
option.enable_ref_types = true;
|
option.enable_ref_types = true;
|
||||||
option.enable_gc = true;
|
option.enable_gc = true;
|
||||||
|
option.aux_stack_frame_type = AOT_STACK_FRAME_TYPE_STANDARD;
|
||||||
|
|
||||||
comp_data =
|
comp_data =
|
||||||
aot_create_comp_data(module, option.target_arch, option.enable_gc);
|
aot_create_comp_data(module, option.target_arch, option.enable_gc);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user