From 01f3b95884ab652a61a621a0c9dc3e2e0b7c3e4b Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 26 Feb 2016 12:50:16 +0100 Subject: 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 --- config_host/config_clang.h.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config_host') 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 -- cgit