[Mesa-dev] [PATCH 1/7] clover: add missing include to compat.h

Eric Engestrom eric.engestrom at imgtec.com
Mon Sep 18 15:34:02 UTC 2017


On Saturday, 2017-09-16 22:05:39 -0400, Jan Vesely wrote:
> Fixes build issues with llvm-3.6
> Fixes: 3115687f9b9830417c408228db2bc679e346bba6 (clover: Fix build after
> LLVM r313390)
> 
> Signed-off-by: Jan Vesely <jan.vesely at rutgers.edu>

R-b and pushed this with Gert's t-b, without waiting any longer since
the build is currently broken.

> ---
>  src/gallium/state_trackers/clover/llvm/compat.hpp | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/gallium/state_trackers/clover/llvm/compat.hpp b/src/gallium/state_trackers/clover/llvm/compat.hpp
> index 23b111d710..f8b56516d5 100644
> --- a/src/gallium/state_trackers/clover/llvm/compat.hpp
> +++ b/src/gallium/state_trackers/clover/llvm/compat.hpp
> @@ -36,6 +36,7 @@
>  
>  #include "util/algorithm.hpp"
>  
> +#include <llvm/IR/LLVMContext.h>
>  #include <llvm/Linker/Linker.h>
>  #include <llvm/Transforms/IPO.h>
>  #include <llvm/Target/TargetMachine.h>
> -- 
> 2.13.5
> 


More information about the mesa-dev mailing list