diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-02-26 12:50:16 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-02-26 14:34:29 +0100 |
commit | 01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b (patch) | |
tree | 29d0d6743a03ec87fbae7dc82fd0b13c7de79800 /config_host | |
parent | cd2725de90517cd63a17ccbf2c59c1e07eca5744 (diff) |
These version checks are about the Clang the plugins are built /against/
...not the (Clang) compiler they are being built /with/. (Also simplifies the
checking #if code.)
Change-Id: I416321be4ef4478785be40571f81500fd3b6feb8
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_clang.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host/config_clang.h.in b/config_host/config_clang.h.in index 3bbda7a320b3..c19c0875ce86 100644 --- a/config_host/config_clang.h.in +++ b/config_host/config_clang.h.in @@ -11,6 +11,8 @@ Settings related to Clang compiler plugins. #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 |