Skip to content

Commit 064adff

Browse files
lum1n0usclaude
andcommitted
docs: update LLVM_CCACHE_BUILD example in benchmarks README
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 299e926 commit 064adff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/benchmarks/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ cmake ../llvm \
6565
ninja -j 8
6666
# tool `llvm-profdata` is generated under this folder.
6767
```
68+
69+
> **Note**: The example above shows `-DLLVM_CCACHE_BUILD:BOOL=ON` for enabling ccache in the cmake configuration. When using the `build_llvm.py` script, ccache is disabled by default to reduce CI storage consumption. To enable it with the script, use: `python3 build_llvm.py --use-ccache --arch X86`

0 commit comments

Comments
 (0)