diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2019-05-26 13:53:34 +0200 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2019-05-27 16:03:31 +0200 |
commit | d4bb16adcd2327cb99b42f64d62a180a0f08c147 (patch) | |
tree | c6a1282cd328c8ce2b9f9a48c80966956fded031 /config_host | |
parent | 49c88d8b232f008efc864204e43ff3609b6aa6f5 (diff) |
Revert "Remove broken rebuild of compilerplugins when CLANG_FULL_VERSION..."
This reverts commit efe28895498b03f1468a9dc9f510452f36affc2f.
It is that commit that is broken. The only thing that does not work is
that not all compilerplugin sources depend on config_clang.h, the rest is fine.
So instead of reverting something that in principle works (and even complaining
in the commit message about the original problem), just fix it
(will do in next commit).
Change-Id: Ic7766a97220d5b7ef1cd195320899564140fdf1c
Reviewed-on: https://gerrit.libreoffice.org/72975
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'config_host')
-rw-r--r-- | config_host/config_clang.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config_host/config_clang.h.in b/config_host/config_clang.h.in index 66629bfd780e..c19c0875ce86 100644 --- a/config_host/config_clang.h.in +++ b/config_host/config_clang.h.in @@ -13,4 +13,8 @@ Settings related to Clang compiler plugins. #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 |