[Mesa-dev] [PATCH] travis: radeonsi and radv need LLVM 4.0

Andres Gomez agomez at igalia.com
Tue Feb 6 16:39:43 UTC 2018


On Tue, 2018-02-06 at 11:01 -0500, Jan Vesely wrote:
> On Tue, 2018-02-06 at 17:42 +0200, Andres Gomez wrote:
> > Fixes: 3bf1e036e8a ("amd: remove support for LLVM 3.9")
> > Cc: Marek Olšák <marek.olsak at amd.com>
> > Cc: Emil Velikov <emil.velikov at collabora.com>
> > Cc: Jan Vesely <jan.vesely at rutgers.edu>
> > Signed-off-by: Andres Gomez <agomez at igalia.com>
> > ---
> > 

[...]

> > @@ -131,7 +160,7 @@ matrix:
> >          - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
> >          - DRI_DRIVERS=""
> >          - GALLIUM_ST="--enable-dri --disable-opencl --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
> > -        - GALLIUM_DRIVERS="i915,nouveau,pl111,r300,r600,radeonsi,freedreno,svga,swrast,vc4,virgl,etnaviv,imx"
> > +        - GALLIUM_DRIVERS="i915,nouveau,pl111,r300,r600,freedreno,svga,swrast,vc4,virgl,etnaviv,imx"
> >          - VULKAN_DRIVERS=""
> >          - LIBUNWIND_FLAGS="--enable-libunwind"
> >        addons:
> > @@ -166,7 +195,7 @@ matrix:
> >          - DRI_LOADERS="--disable-glx --disable-gbm --disable-egl"
> >          - DRI_DRIVERS=""
> >          - GALLIUM_ST="--disable-dri --enable-opencl --enable-opencl-icd --enable-llvm --disable-xa --disable-nine --disable-xvmc --disable-vdpau --disable-va --disable-omx-bellagio --disable-gallium-osmesa"
> > -        - GALLIUM_DRIVERS="r600,radeonsi"
> > +        - GALLIUM_DRIVERS="r600"
> 
> Why is this necessary? Has there been any change that disqualifies
> llvm-3.9 for radeonsi OpenCL?

Unless I'm missing something, what it is said in the commit log.

3bf1e036e8a removed support for LLVM 3.9 in radeonsi and radv.

-- 
Br,

Andres


More information about the mesa-dev mailing list