[Mesa-dev] [PATCH] configure: Link against all LLVM targets when building clover

Tom Stellard tom at stellard.net
Thu Jan 15 13:38:00 PST 2015


On Thu, Jan 15, 2015 at 07:25:56PM +0100, Niels Ole Salscheider wrote:
> Since 8e7df519bd8556591794b2de08a833a67e34d526, we initialise all targets in
> clover. This fixes bug 85189.
> 
> Signed-off-by: Niels Ole Salscheider <niels_ole at salscheider-online.de>
Reviewed-by: Tom Stellard <thomas.stellard at amd.com>
> ---
>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure.ac b/configure.ac
> index c72fe92..1761c32 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1732,7 +1732,7 @@ if test "x$enable_gallium_llvm" = xyes; then
>          fi
>  
>          if test "x$enable_opencl" = xyes; then
> -            LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo linker instrumentation"
> +            LLVM_COMPONENTS="${LLVM_COMPONENTS} all-targets ipo linker instrumentation"
>              # LLVM 3.3 >= 177971 requires IRReader
>              if $LLVM_CONFIG --components | grep -qw 'irreader'; then
>                  LLVM_COMPONENTS="${LLVM_COMPONENTS} irreader"
> -- 
> 2.2.1
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev


More information about the mesa-dev mailing list