wasm-micro-runtime/core/iwasm
YAMAMOTO Takashi 14be14f337 aot_create_comp_context: disable small data section
I observed errors like the following when trying to upgrade our
LLVM from 15 to 19.

```
AOT module load failed: resolve symbol .srodata.cst8 failed
```

The concept itself has been available since LLVM 9.
I don't know what exactly happened to trigger the use of it.

cf. https://reviews.llvm.org/D57493
2025-05-07 13:16:29 +09:00
..
aot riscv: avoid llvm.cttz.i32/i64 for xip (#4248) 2025-05-07 09:42:51 +08:00
common Merge dev/simd for fast-interp (#4131) 2025-03-20 14:23:20 +08:00
compilation aot_create_comp_context: disable small data section 2025-05-07 13:16:29 +09:00
doc Fix some more spelling issues (#3393) 2024-05-08 09:30:29 +08:00
fast-jit Keep fix the CMake compatibility issue (#4180) 2025-04-15 12:51:19 +08:00
include wamrc: add --disable-llvm-jump-tables option (#4224) 2025-04-28 16:43:53 +08:00
interpreter Add overflow check for preserved local offset in preserve_referenced_local (#4211) 2025-05-07 09:45:49 +08:00
libraries fix potential memory leak (#4205) 2025-04-22 12:08:25 +08:00
README.md Add architecture diagram for wasm globals and classic-interp stack frame (#2058) 2023-03-25 09:39:20 +08:00