This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/wamr-compiler
sophy228 c8b0a1cee1
Fix some issues for Arm platform. (#457)
Motivation:
we found some issues during enable the WAMR on arm devices, such as relocation issues, stack alignment issues.

Proposed change:
We optimized the relocation process for arm platform, for relocation jump table, the SP should be aligned to 16 bytes. And we also make "getentropy" worked for other non-supported platform.
2020-12-02 10:22:55 +08:00
..
build_llvm_xtensa.sh use llvm release 10.x (#365) 2020-09-01 16:00:15 +08:00
build_llvm.py fix coding style for windows build patch (#350) 2020-08-13 16:40:19 +08:00
build_llvm.sh use llvm release 10.x (#365) 2020-09-01 16:00:15 +08:00
CMakeLists.txt Fix some issues for Arm platform. (#457) 2020-12-02 10:22:55 +08:00
main.c Add more checks to enhance security (#446) 2020-11-24 14:00:09 +08:00