Re: [Mesa-dev] [PATCH 2/3] configure.ac: Force use of LLVM shared libs with --enable-opencl

2013-01-21 Thread Johannes Obermayr
Am Freitag, 18. Januar 2013, 17:58:27 schrieben Sie: From: Tom Stellard thomas.stell...@amd.com If we build clover with LLVM static libraries, then clover and also each pipe_*.so driver that is built will contain their own static copy of LLVM. The recent automake changes have uncovered a

Re: [Mesa-dev] [PATCH 2/3] configure.ac: Force use of LLVM shared libs with --enable-opencl

2013-01-21 Thread Tom Stellard
On Mon, Jan 21, 2013 at 06:32:04PM +0100, Johannes Obermayr wrote: Am Freitag, 18. Januar 2013, 17:58:27 schrieben Sie: From: Tom Stellard thomas.stell...@amd.com If we build clover with LLVM static libraries, then clover and also each pipe_*.so driver that is built will contain their

Re: [Mesa-dev] [PATCH 2/3] configure.ac: Force use of LLVM shared libs with --enable-opencl

2013-01-21 Thread Tom Stellard
On Mon, Jan 21, 2013 at 06:36:00PM +0100, Tom Stellard wrote: On Mon, Jan 21, 2013 at 06:32:04PM +0100, Johannes Obermayr wrote: Am Freitag, 18. Januar 2013, 17:58:27 schrieben Sie: From: Tom Stellard thomas.stell...@amd.com If we build clover with LLVM static libraries, then clover

[Mesa-dev] [PATCH 2/3] configure.ac: Force use of LLVM shared libs with --enable-opencl

2013-01-18 Thread Tom Stellard
From: Tom Stellard thomas.stell...@amd.com If we build clover with LLVM static libraries, then clover and also each pipe_*.so driver that is built will contain their own static copy of LLVM. The recent automake changes have uncovered a problem where the pipe_*.so drivers try to use clover's LLVM