]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
Support -Xclang compiler option.
authorBernhard Bauer <bauerb@chromium.org>
Tue, 16 Aug 2011 08:23:55 +0000 (10:23 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Tue, 8 Jan 2013 21:33:00 +0000 (22:33 +0100)
compopt.c

index b2d0655fe4216831ea3286052a6b724580587ac3..24569176f350475aaed33aedd775e6fc547fc364 100644 (file)
--- a/compopt.c
+++ b/compopt.c
@@ -49,6 +49,7 @@ static const struct compopt compopts[] = {
        {"-U",              AFFECTS_CPP | TAKES_ARG | TAKES_CONCAT_ARG},
        {"-V",              TAKES_ARG},
        {"-Xassembler",     TAKES_ARG},
+       {"-Xclang",         TAKES_ARG},
        {"-Xlinker",        TAKES_ARG},
        {"-Xpreprocessor",  TOO_HARD_DIRECT | TAKES_ARG},
        {"-aux-info",       TAKES_ARG},