Add "--enable-builtin-intrinsics=<flags>" option to wamrc (#2341)

Refer to doc/xip.md for details.
This commit is contained in:
Huang Qi
2023-07-06 18:20:35 +08:00
committed by GitHub
parent 228a3bed53
commit aafea39b8c
6 changed files with 259 additions and 0 deletions

View File

@ -68,6 +68,7 @@ typedef struct AOTCompOption {
uint32_t custom_sections_count;
const char *stack_usage_file;
const char *llvm_passes;
const char *builtin_intrinsics;
} AOTCompOption, *aot_comp_option_t;
bool