mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-10-30 12:51:16 +00:00
Support integrating 3rd-party toolchain llc compiler or asm compiler into wamrc by setting environment variable WAMRC_LLC_COMPILER or WAMRC_ASM_COMPILER, wamrc will use these tools to generate object file from LLVM IR firstly, and then refactor the object file into aot file. |
||
|---|---|---|
| .. | ||
| build_llvm_arc.sh | ||
| build_llvm_xtensa.sh | ||
| build_llvm.py | ||
| build_llvm.sh | ||
| CMakeLists.txt | ||
| main.c | ||