[Mesa-dev] [PATCH] radeonsi needs libLLVMipo.

Tom Stellard tom at stellard.net
Tue May 28 08:19:04 PDT 2013


On Tue, May 28, 2013 at 12:21:20PM +0200, Michel Dänzer wrote:
> On Die, 2013-05-28 at 04:16 +0200, Andreas Hartmetz wrote:
> > ---
> >  configure.ac | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/configure.ac b/configure.ac
> > index eef4327..486a4e9 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -1786,6 +1786,7 @@ if test "x$with_gallium_drivers" != x; then
> >              gallium_require_drm_loader
> >              GALLIUM_DRIVERS_DIRS="$GALLIUM_DRIVERS_DIRS radeonsi"
> >              radeon_llvm_check
> > +            LLVM_COMPONENTS="${LLVM_COMPONENTS} ipo"
> >              gallium_check_st "radeon/drm" "dri-radeonsi" "xorg-radeonsi" "" "" "vdpau-radeonsi" ""
> >              ;;
> >          xnouveau)
> 
> AFAICT the r600g LLVM backend also needs this. Can you put it in a block
> shared between r600g and radeonsi?
> 

r600g already adds this component, but I agree, it would be a good idea to move
this code into the radeon_llvm_check() function.

-Tom

> 
> -- 
> Earthling Michel Dänzer           |                   http://www.amd.com
> Libre software enthusiast         |          Debian, X and DRI developer
> _______________________________________________
> 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