]> git.ipfire.org Git - thirdparty/ccache.git/commit
feat: Add support for -fdump-ipa-clones (#1449)
authorJiri Slaby <jirislaby@gmail.com>
Sun, 12 May 2024 07:48:28 +0000 (09:48 +0200)
committerGitHub <noreply@github.com>
Sun, 12 May 2024 07:48:28 +0000 (09:48 +0200)
commit23f40d2902acd394d85344d7db4869403e4859e7
treeaba52d28f9a845d1f687310cc7bc89b06178f41f
parent911b899c6b51c3eb24e8b488361746ec590d2055
feat: Add support for -fdump-ipa-clones (#1449)

Fixes #1447. Citing:

`-fdump-ipa-clones` is used heavily for live patching. Especially, when
one builds a distro kernel (like SLE 15 SP6), the build uses the option
to generate additional `.000i.ipa-clones` files.
src/ccache/ArgsInfo.hpp
src/ccache/argprocessing.cpp
src/ccache/ccache.cpp
src/ccache/core/Result.cpp
src/ccache/core/Result.hpp
src/ccache/core/ResultRetriever.cpp