]> git.ipfire.org Git - thirdparty/ccache.git/commit
Handle semi-preprocessed source code with cpp1
authorAnders F Björklund <anders.f.bjorklund@gmail.com>
Sun, 25 Jun 2017 18:41:24 +0000 (20:41 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 30 Jan 2018 20:37:20 +0000 (21:37 +0100)
commit8759215697ddec778b272b4d033484f591bd2f9f
tree9e2b1a6121977188720dfa4659d2e4b90069cffc
parent267a881067bebe8dbc718dc72554c55e4a348c68
Handle semi-preprocessed source code with cpp1

When using gcc -fdirectives-only or clang -frewrite-includes,
we still need to pass preprocessor arguments to the compiler.

Also make sure to set the language for clang (but not for gcc),
since the file no longer contains regular preprocessed source.
MANUAL.txt
ccache.c