summaryrefslogtreecommitdiff
path: root/config_host/config_clang.h.in
blob: e588c86cf0edea1ca195a28a0add2f6f10e9e550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*

Settings related to Clang compiler plugins.

*/

#ifndef CONFIG_CLANG_H
#define CONFIG_CLANG_H

#undef BUILDDIR
#undef SRCDIR
#undef WORKDIR

#undef CLANG_VERSION

/* This is actually unused, but it should change whenever Clang changes,
thus causing update of this .h file and triggering rebuild of our Clang plugin. */
#undef CLANG_FULL_VERSION

#define HAVE_BUILDING_PCH_WITH_OBJ 0

#endif