]> git.ipfire.org Git - thirdparty/ccache.git/commit
refactor: Generalize "already preprocessed" compiler language slightly (#1684)
authorJoel Rosdahl <joel@rosdahl.net>
Thu, 12 Feb 2026 20:05:30 +0000 (21:05 +0100)
committerGitHub <noreply@github.com>
Thu, 12 Feb 2026 20:05:30 +0000 (21:05 +0100)
commit5da91eb2b4f4cd09a5669f0aebfc534b514826ce
treead2ad7c4b7c7874b9bc7b4bcfb6554fda77acd62
parentd8857d2d09e83f88e83995fcd4e2693153c28c60
refactor: Generalize "already preprocessed" compiler language slightly (#1684)

- Rename ArgsInfo::direct_i_file to preprocess_input_file, since that's
  what it now means.
- Add "ir" as a language and let "-fthinlto-index=" use that language
  implicitly instead of piggybacking on "assembler".
src/ccache/argprocessing.cpp
src/ccache/argsinfo.hpp
src/ccache/ccache.cpp
src/ccache/language.cpp