summaryrefslogtreecommitdiff
path: root/config_host/config_clang.h.in
blob: 66629bfd780edb87f2a9e05f93e4aac864d3d0d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*

Settings related to Clang compiler plugins.

*/

#ifndef CONFIG_CLANG_H
#define CONFIG_CLANG_H

#undef BUILDDIR
#undef SRCDIR
#undef WORKDIR

#undef CLANG_VERSION

#endif