wamrc: Add --stack-usage option (#2158)

This commit is contained in:
YAMAMOTO Takashi
2023-04-28 14:56:44 +09:00
committed by GitHub
parent 247a49c4fd
commit 2b896c80ef
6 changed files with 136 additions and 2 deletions

View File

@ -63,6 +63,7 @@ typedef struct AOTCompOption {
uint32_t stack_bounds_checks;
char **custom_sections;
uint32_t custom_sections_count;
const char *stack_usage_file;
} AOTCompOption, *aot_comp_option_t;
bool