wasm-micro-runtime/core
YAMAMOTO Takashi 581e1d9767
compilation: Use the dedicated stack-sizes section only for AOT (#3732)
For JIT, we naturally use mach-o on macOS, where the section name
we currently use is not valid and ends up with the errors like:

```
LLVM ERROR: Global variable '__orc_lcl.aot_stack_sizes.0' has an invalid section specifier '.aot_stack_sizes': mach-o section specifier requires a segment and section separated by a comma.
```

Because the dedicated section is not necessary for JIT,
this commit simply stops using it.

Fixes: https://github.com/bytecodealliance/wasm-micro-runtime/issues/3730
2024-08-20 10:26:26 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm compilation: Use the dedicated stack-sizes section only for AOT (#3732) 2024-08-20 10:26:26 +08:00
shared Update std atomic check and simd compatibility check for arc compiler (#3716) 2024-08-16 10:12:23 +08:00
config.h Add support for RISCV32 ILP32F (#3708) 2024-08-15 15:17:42 +08:00
version.h Update version to 2.1.1 and update release notes (#3618) 2024-07-16 09:50:11 +08:00