[Mesa-dev] [PATCH 1/1] clover: Fix build after clang r348827

Kai Wasserbäch kai at dev.carbon-project.org
Sun Dec 16 09:36:10 UTC 2018


Jan Vesely wrote on 13.12.18 22:17:
> CodeGenOptions were moved to Basic.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=109039
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>

Since this is the same as my patch
(<https://patchwork.freedesktop.org/patch/268295/>) but older than mine, you can
have my:

 Reviewed-by: Kai Wasserbäch <kai at dev.carbon-project.org>

Cheers,
Kai


> ---
>  src/gallium/state_trackers/clover/llvm/compat.hpp | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp
> index 975012cbda..b91cb95a29 100644
> --- a/src/gallium/state_trackers/clover/llvm/compat.hpp
> +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp
> @@ -58,9 +58,14 @@
>  #include <llvm/Analysis/TargetLibraryInfo.h>
>  
>  #include <clang/Basic/TargetInfo.h>
> -#include <clang/Frontend/CodeGenOptions.h>
>  #include <clang/Frontend/CompilerInstance.h>
>  
> +#if HAVE_LLVM >= 0x0800
> +#include <clang/Basic/CodeGenOptions.h>
> +#else
> +#include <clang/Frontend/CodeGenOptions.h>
> +#endif
> +
>  namespace clover {
>     namespace llvm {
>        namespace compat {

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181216/cecbcf09/attachment-0001.sig>


More information about the mesa-dev mailing list