Re: [Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-05 Thread Marek Olšák
Same here. I'll try to make clean in the LLVM tree. Marek On Wed, Mar 5, 2014 at 3:52 AM, Michel Dänzer wrote: > On Mit, 2014-03-05 at 00:43 +0100, Marek Olšák wrote: >> I'm not an automake expect, but this might need to be done for gallivm >> too. It currently fails to compile with latest LLVM.

Re: [Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-04 Thread Michel Dänzer
On Mit, 2014-03-05 at 00:43 +0100, Marek Olšák wrote: > I'm not an automake expect, but this might need to be done for gallivm > too. It currently fails to compile with latest LLVM. I was having trouble with that as well, because the output of llvm-config didn't contain -std=c++11. I had to make c

Re: [Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-04 Thread Bruno Jimenez
It's strange, I have just compiled with the latest llvm revision at Arch's mesa-git repo (202852) without problems. I'm not an automake expert either, but at gallium/auxiliary/Makefile.am there's this: AM_CXXFLAGS += \ $(GALLIUM_CFLAGS) \ $(LLVM_CXXFLAGS) So I suppose, of course

Re: [Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-04 Thread Marek Olšák
I'm not an automake expect, but this might need to be done for gallivm too. It currently fails to compile with latest LLVM. Marek On Sun, Mar 2, 2014 at 10:39 PM, Bruno Jiménez wrote: > --- > src/gallium/state_trackers/clover/Makefile.am | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions

Re: [Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-02 Thread Francisco Jerez
Bruno Jiménez writes: > --- > src/gallium/state_trackers/clover/Makefile.am | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > Reviewed-by: Francisco Jerez > diff --git a/src/gallium/state_trackers/clover/Makefile.am > b/src/gallium/state_trackers/clover/Makefile.am > index ece2b

[Mesa-dev] [PATCH 2/2] clover: Fix building with latest llvm

2014-03-02 Thread Bruno Jiménez
--- src/gallium/state_trackers/clover/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index ece2b38..75eae86 100644 --- a/src/gallium/state_trackers/clover/Makefile.a