mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-11-27 18:11:21 +00:00
AOT relocation to aot_func_internal#n is generated by wamrc --bounds-checks=1. Resolve the issue by applying the relocation in the compilation stage by wamrc and don't generate these relocations in the AOT file. Fixes #2471. |
||
|---|---|---|
| .. | ||
| aot_reloc_aarch64.c | ||
| aot_reloc_arc.c | ||
| aot_reloc_arm.c | ||
| aot_reloc_mips.c | ||
| aot_reloc_riscv.c | ||
| aot_reloc_thumb.c | ||
| aot_reloc_x86_32.c | ||
| aot_reloc_x86_64.c | ||
| aot_reloc_xtensa.c | ||