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

2014-03-03 Thread Tom Stellard
On Mon, Mar 03, 2014 at 08:05:26AM -0800, Tom Stellard wrote: > On Sat, Mar 01, 2014 at 11:51:24PM +0100, Bruno Jiménez wrote: > > Recently, llvm has changed to use c++11, so we also should use it > > --- > > src/gallium/state_trackers/clover/Makefile.am | 4 ++-- > > 1 file changed, 2 insertions(

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

2014-03-03 Thread Tom Stellard
On Sat, Mar 01, 2014 at 11:51:24PM +0100, Bruno Jiménez wrote: > Recently, llvm has changed to use c++11, so we also should use it > --- > src/gallium/state_trackers/clover/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/M

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

2014-03-02 Thread Francisco Jerez
Ilia Mirkin writes: > On Sat, Mar 1, 2014 at 7:35 PM, Francisco Jerez wrote: >> Bruno Jiménez writes: >> >>> Recently, llvm has changed to use c++11, so we also should use it >>> --- >>> src/gallium/state_trackers/clover/Makefile.am | 4 ++-- >>> 1 file changed, 2 insertions(+), 2 deletions(-)

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

2014-03-02 Thread Bruno Jimenez
On Sun, 2014-03-02 at 04:26 -0500, Ilia Mirkin wrote: > On Sat, Mar 1, 2014 at 7:35 PM, Francisco Jerez wrote: > > Bruno Jiménez writes: > > > >> Recently, llvm has changed to use c++11, so we also should use it > >> --- > >> src/gallium/state_trackers/clover/Makefile.am | 4 ++-- > >> 1 file ch

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

2014-03-02 Thread Ilia Mirkin
On Sat, Mar 1, 2014 at 7:35 PM, Francisco Jerez wrote: > Bruno Jiménez writes: > >> Recently, llvm has changed to use c++11, so we also should use it >> --- >> src/gallium/state_trackers/clover/Makefile.am | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) >> >> diff --git a/src/galliu

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

2014-03-01 Thread Francisco Jerez
Bruno Jiménez writes: > Recently, llvm has changed to use c++11, so we also should use it > --- > src/gallium/state_trackers/clover/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/gallium/state_trackers/clover/Makefile.am > b/src/gallium/state_tracke

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

2014-03-01 Thread Bruno Jiménez
Recently, llvm has changed to use c++11, so we also should use it --- src/gallium/state_trackers/clover/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/clover/Makefile.am b/src/gallium/state_trackers/clover/Makefile.am index ece2b38..