Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-22 Thread Dieter Nützel
Am 17.10.2017 16:49, schrieb Andy Furniss: Emil Velikov wrote: On 17 October 2017 at 13:40, Emil Velikov wrote: With both: -DLLVM_BUILD_LLVM_DYLIB=ON and -DLLVM_LINK_LLVM_DYLIB=ON Something's a bit strange: ... setting -DLLVM_LINK_LLVM_DYLIB=ON should also set -DLLVM_BUILD_LLVM_DYLIB=ON

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-18 Thread Andy Furniss
Michel Dänzer wrote: On 18/10/17 05:41 PM, Emil Velikov wrote: On 17 October 2017 at 15:39, Andy Furniss wrote: Emil Velikov wrote: On a "bad" build (-DLLVM_BUILD_LLVM_DYLIB=ON) I get andy [~]$ llvm-config --link-shared --libs bitwriter llvm-config: error: missing: /usr/lib/libLLVMDemangle

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-18 Thread Michel Dänzer
On 18/10/17 05:41 PM, Emil Velikov wrote: > On 17 October 2017 at 15:39, Andy Furniss wrote: >> Emil Velikov wrote: >> > On a "bad" build (-DLLVM_BUILD_LLVM_DYLIB=ON) I get > > andy [~]$ llvm-config --link-shared --libs bitwriter > llvm-config: error: missing: /usr/lib/libLLVMDeman

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-18 Thread Emil Velikov
On 17 October 2017 at 15:39, Andy Furniss wrote: > Emil Velikov wrote: > On a "bad" build (-DLLVM_BUILD_LLVM_DYLIB=ON) I get andy [~]$ llvm-config --link-shared --libs bitwriter llvm-config: error: missing: /usr/lib/libLLVMDemangle.so llvm-config: error: missing: /usr/lib/

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-17 Thread Andy Furniss
Emil Velikov wrote: On 17 October 2017 at 13:40, Emil Velikov wrote: With both: -DLLVM_BUILD_LLVM_DYLIB=ON and -DLLVM_LINK_LLVM_DYLIB=ON Something's a bit strange: ... setting -DLLVM_LINK_LLVM_DYLIB=ON should also set -DLLVM_BUILD_LLVM_DYLIB=ON [1]. If that's not the case please report it

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-17 Thread Andy Furniss
Emil Velikov wrote: On a "bad" build (-DLLVM_BUILD_LLVM_DYLIB=ON) I get andy [~]$ llvm-config --link-shared --libs bitwriter llvm-config: error: missing: /usr/lib/libLLVMDemangle.so llvm-config: error: missing: /usr/lib/libLLVMSupport.so llvm-config: error: missing: /usr/lib/libLLVMBinaryFormat

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-17 Thread Emil Velikov
On 17 October 2017 at 13:40, Emil Velikov wrote: >> With both: >> -DLLVM_BUILD_LLVM_DYLIB=ON and -DLLVM_LINK_LLVM_DYLIB=ON >> > Something's a bit strange: > ... setting -DLLVM_LINK_LLVM_DYLIB=ON should also set -DLLVM_BUILD_LLVM_DYLIB=ON [1]. If that's not the case please report it to the LLVM d

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-17 Thread Emil Velikov
On 16 October 2017 at 23:32, Dieter Nützel wrote: > Am 16.10.2017 20:13, schrieb Andy Furniss: >> >> Emil Velikov wrote: >>> >>> On 16 October 2017 at 03:22, Jan Vesely wrote: On Sun, 2017-10-15 at 00:00 +0100, Andy Furniss wrote: > > Andy Furniss wrote: >> >> Since

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-16 Thread Dieter Nützel
Am 16.10.2017 20:13, schrieb Andy Furniss: Emil Velikov wrote: On 16 October 2017 at 03:22, Jan Vesely wrote: On Sun, 2017-10-15 at 00:00 +0100, Andy Furniss wrote: Andy Furniss wrote: Since commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c Author: Emil Velikov Date: Thu Oct 5 11:19:05 201

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-16 Thread Andy Furniss
Emil Velikov wrote: On 16 October 2017 at 03:22, Jan Vesely wrote: On Sun, 2017-10-15 at 00:00 +0100, Andy Furniss wrote: Andy Furniss wrote: Since commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c Author: Emil Velikov Date: Thu Oct 5 11:19:05 2017 +0100 configure.ac: rework llvm lib

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-16 Thread Emil Velikov
On 16 October 2017 at 03:22, Jan Vesely wrote: > On Sun, 2017-10-15 at 00:00 +0100, Andy Furniss wrote: >> Andy Furniss wrote: >> > Since >> > >> > commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c >> > Author: Emil Velikov >> > Date: Thu Oct 5 11:19:05 2017 +0100 >> > >> > configure.ac: rew

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-15 Thread Jan Vesely
On Sun, 2017-10-15 at 00:00 +0100, Andy Furniss wrote: > Andy Furniss wrote: > > Since > > > > commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c > > Author: Emil Velikov > > Date: Thu Oct 5 11:19:05 2017 +0100 > > > > configure.ac: rework llvm libs handling for 3.9+ > > > > I am getting 00

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-15 Thread Jan Vesely
On Mon, 2017-10-16 at 02:55 +0200, Dieter Nützel wrote: > Am 15.10.2017 01:00, schrieb Andy Furniss: > > Andy Furniss wrote: > > > Since > > > > > > commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c > > > Author: Emil Velikov > > > Date: Thu Oct 5 11:19:05 2017 +0100 > > > > > > configure.a

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-15 Thread Dieter Nützel
Am 15.10.2017 01:00, schrieb Andy Furniss: Andy Furniss wrote: Since commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c Author: Emil Velikov Date: Thu Oct 5 11:19:05 2017 +0100 configure.ac: rework llvm libs handling for 3.9+ I am getting 00s of /mesa/src/amd/common/. undefined

Re: [Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-14 Thread Andy Furniss
Andy Furniss wrote: Since commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c Author: Emil Velikov Date: Thu Oct 5 11:19:05 2017 +0100 configure.ac: rework llvm libs handling for 3.9+ I am getting 00s of /mesa/src/amd/common/. undefined reference to LLVM.. Using git llvm hav

[Mesa-dev] Build fail since configure.ac: rework llvm libs handling for 3.9+

2017-10-14 Thread Andy Furniss
Since commit 13a53c4f5cdd664fd155c9e78fb46a4387af006c Author: Emil Velikov Date: Thu Oct 5 11:19:05 2017 +0100 configure.ac: rework llvm libs handling for 3.9+ I am getting 00s of /mesa/src/amd/common/. undefined reference to LLVM.. Using git llvm have tried with -DLLVM_AP