[cfe-dev] [LLVMdev] Reminder: 3.6 branch is coming
Joerg Sonnenberger
joerg at britannica.bec.de
Sun Jan 11 13:19:07 PST 2015
On Sun, Jan 11, 2015 at 09:04:04PM +0000, mats petersson wrote:
> So, digging a bit deeper, this appears to be related to ccache -
> although I'm not quite sure what/how at this point. If I run
> /usr/local/bin/clang++ or /usr/local/llvm-debug/bin/clang++, it
> doesn't complain about surplus includes.
The warning tells you that -I is not used when handling preprocessed
include, which is correct. You can disable it with -Qunused-arguments.
Joerg
More information about the cfe-dev
mailing list