Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library

2015-09-30 Thread Emil Velikov
On 29 September 2015 at 23:53, Dave Airlie wrote: > On 30 September 2015 at 01:34, Laurent Carlier wrote: >> llvm can be built with cmake in a libray with the name libLLVM.so.$version >> Tested with both llvm-3.7.0 and llvm-3.8.0svn >> >> v2: check and use llvm build-system feature, update commen

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library

2015-09-29 Thread Dave Airlie
On 30 September 2015 at 01:34, Laurent Carlier wrote: > llvm can be built with cmake in a libray with the name libLLVM.so.$version > Tested with both llvm-3.7.0 and llvm-3.8.0svn > > v2: check and use llvm build-system feature, update comments > just to reiterate, this should be fixed in llvm. c

[Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library

2015-09-29 Thread Laurent Carlier
llvm can be built with cmake in a libray with the name libLLVM.so.$version Tested with both llvm-3.7.0 and llvm-3.8.0svn v2: check and use llvm build-system feature, update comments Signed-off-by: Laurent Carlier --- configure.ac | 60 +---

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-29 Thread Emil Velikov
On Tuesday, 29 September 2015, Dave Airlie wrote: > On 29 September 2015 at 11:31, Tom Stellard > wrote: > > On Mon, Sep 28, 2015 at 03:15:27PM +0100, Emil Velikov wrote: > >> Hi Laurent, > >> > >> On 27 September 2015 at 13:21, Laurent Carlier > wrote: > >> > llvm can be built with cmake in a

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-28 Thread Dave Airlie
On 29 September 2015 at 11:31, Tom Stellard wrote: > On Mon, Sep 28, 2015 at 03:15:27PM +0100, Emil Velikov wrote: >> Hi Laurent, >> >> On 27 September 2015 at 13:21, Laurent Carlier wrote: >> > llvm can be built with cmake in a libray with the name libLLVM.so.$version >> > >> Do you know if this

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-28 Thread Tom Stellard
On Mon, Sep 28, 2015 at 03:15:27PM +0100, Emil Velikov wrote: > Hi Laurent, > > On 27 September 2015 at 13:21, Laurent Carlier wrote: > > llvm can be built with cmake in a libray with the name libLLVM.so.$version > > > Do you know if this is intentional and consistent (i.e. all the build > produc

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-28 Thread Tom Stellard
On Sun, Sep 27, 2015 at 02:21:41PM +0200, Laurent Carlier wrote: > llvm can be built with cmake in a libray with the name libLLVM.so.$version > Hi, Thanks for working on this. > Signed-off-by: Laurent Carlier > --- > configure.ac | 18 +- > 1 file changed, 13 insertions(+), 5

Re: [Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-28 Thread Emil Velikov
Hi Laurent, On 27 September 2015 at 13:21, Laurent Carlier wrote: > llvm can be built with cmake in a libray with the name libLLVM.so.$version > Do you know if this is intentional and consistent (i.e. all the build produce such library/ies) behaviour ? If so can you please rework the conditional

[Mesa-dev] [PATCH] configure.ac: handle llvm built with cmake in one shared library.

2015-09-27 Thread Laurent Carlier
llvm can be built with cmake in a libray with the name libLLVM.so.$version Signed-off-by: Laurent Carlier --- configure.ac | 18 +- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 217281f..361ffba 100644 --- a/configure.ac +++ b/co