mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-18 18:18:44 +00:00
This change modifies the LLVM build process to disable ccache by default and only enable it when the --use-ccache flag is explicitly passed. This reduces CI storage consumption while still allowing developers to opt-in to ccache for faster incremental builds. Changes: - Modified build_llvm() to accept use_ccache parameter (defaults to False) - Updated ccache logic to only enable when use_ccache=True and platform is not Windows - Pass options.use_ccache from main() to build_llvm() call Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| esp-idf | ||
| build_llvm.py | ||
| code_coverage.cmake | ||
| config_common.cmake | ||
| involve_boringssl.cmake | ||
| iwasmConfig.cmake.in | ||
| lldb_wasm.patch | ||
| package.cmake | ||
| requirements.txt | ||
| runtime_lib.cmake | ||
| SConscript | ||
| SConscript_config | ||
| unsupported_combination.cmake | ||
| version.cmake | ||
| warnings.cmake | ||