]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add support for -fcoverage-compilation-dir/-fcoverage-prefix-map (#1644)
authorEvgeniy Isaev <isaev.evgeniy@gmail.com>
Sun, 19 Oct 2025 17:59:15 +0000 (20:59 +0300)
committerGitHub <noreply@github.com>
Sun, 19 Oct 2025 17:59:15 +0000 (19:59 +0200)
commit99cdbeea27348a6a1b39945056fbde97127f247b
tree1eb0e4a238d5fc966dc97fc595e8633585c988e5
parentea89ec1f3f23921abaecd2034f3873faaae169ac
feat: Add support for -fcoverage-compilation-dir/-fcoverage-prefix-map (#1644)
src/ccache/argprocessing.cpp
src/ccache/argsinfo.hpp
src/ccache/ccache.cpp
test/CMakeLists.txt
test/suites/coverage_compilation_dir.bash [new file with mode: 0644]
test/suites/coverage_prefix_map.bash [new file with mode: 0644]