Files
wamr/core/iwasm/compilation
Wenyong Huang 5b144c491d Avoid initialize LLVM repeatedly (#1671)
Currently we initialize and destroy LLVM environment in aot_create_comp_context
and aot_destroy_comp_context, which are called in wasm_module_load/unload,
and the latter may be invoked multiple times, which leads to duplicated LLVM
initialization/destroy and may result in unexpected behaviors.

Move the LLVM init/destroy into runtime init/destroy to resolve the issue.
2022-11-02 16:13:58 +08:00
..
2022-10-18 20:17:34 +08:00
2022-10-18 20:17:34 +08:00
2022-10-18 20:17:34 +08:00
2022-10-18 20:17:34 +08:00
2022-10-18 20:17:34 +08:00
2022-10-18 20:17:34 +08:00