Add "--enable-builtin-intrinsics=<flags>" option to wamrc (#2341)
Refer to doc/xip.md for details.
This commit is contained in:
@ -418,6 +418,7 @@ typedef struct AOTCompContext {
|
||||
const char *stack_usage_file;
|
||||
char stack_usage_temp_file[64];
|
||||
const char *llvm_passes;
|
||||
const char *builtin_intrinsics;
|
||||
} AOTCompContext;
|
||||
|
||||
enum {
|
||||
@ -457,6 +458,7 @@ typedef struct AOTCompOption {
|
||||
uint32 custom_sections_count;
|
||||
const char *stack_usage_file;
|
||||
const char *llvm_passes;
|
||||
const char *builtin_intrinsics;
|
||||
} AOTCompOption, *aot_comp_option_t;
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user