]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add support for Clang compiling CUDA code (#1577)
authorR43Qi8krC <w169q169@gmail.com>
Sun, 25 May 2025 13:33:08 +0000 (21:33 +0800)
committerGitHub <noreply@github.com>
Sun, 25 May 2025 13:33:08 +0000 (15:33 +0200)
commita47e3a24d5bf1ede276737096c9ebca87e19a7eb
tree1f734f82b8da9272da86ad5ffc3feb3d4e5de4aa
parent5163f124bdc3292701335f8141eb51b73a31df7a
feat: Add support for Clang compiling CUDA code (#1577)
ci/install-cuda
src/ccache/ccache.cpp
src/ccache/util/CMakeLists.txt
src/ccache/util/clang.cpp [new file with mode: 0644]
src/ccache/util/clang.hpp [new file with mode: 0644]
test/CMakeLists.txt
test/suites/clang_cu.bash [new file with mode: 0644]
test/suites/clang_cu_direct.bash [new file with mode: 0644]
test/suites/clang_cu_nocpp2.bash [new file with mode: 0644]
unittest/CMakeLists.txt
unittest/test_util_clang.cpp [new file with mode: 0644]