Home
last modified time | relevance | path

Searched full:sccache (Results 1 – 6 of 6) sorted by relevance

/llvm-project/.github/workflows/
H A Dci-post-commit-analyzer.yml59 variant: sccache
70 -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
71 -DCMAKE_C_COMPILER_LAUNCHER=sccache \
H A Drelease-binaries.yml125 # The hendrikmuhs/ccache-action action does not support installing sccache
130 echo ccache=sccache >> $GITHUB_OUTPUT
229 - name: Setup sccache
H A Dllvm-project-tests.yml110 variant: sccache
141 -DCMAKE_C_COMPILER_LAUNCHER=sccache \
142 -DCMAKE_CXX_COMPILER_LAUNCHER=sccache \
/llvm-project/cmake/Modules/
H A DCMakePolicy.cmake14 # Supports debug info with SCCache
15 # (https://github.com/mozilla/sccache?tab=readme-ov-file#usage)
/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp272 if (Wrapper == "distcc" || Wrapper == "ccache" || Wrapper == "sccache") { in unwrapCommand()
/llvm-project/clang/unittests/Tooling/
H A DCompilationDatabaseTest.cpp405 {"sccache clang++ foo.c", "clang++ foo.c"}, in TEST()