diff options
Diffstat (limited to 'config_host/config_clang.h.in')
-rw-r--r-- | config_host/config_clang.h.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/config_host/config_clang.h.in b/config_host/config_clang.h.in new file mode 100644 index 0000000000..678c53128c --- /dev/null +++ b/config_host/config_clang.h.in @@ -0,0 +1,21 @@ +/* + +Settings related to Clang compiler plugins. + +*/ + +#ifndef CONFIG_CLANG_H +#define CONFIG_CLANG_H + +#undef BUILDDIR +#undef SDKDIR +#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 + +#endif |