Re: [Mesa-dev] [PATCH v2 1/2] clover: make llvm >= 3.5.0 and c++11 mandatory

2015-04-20 Thread Tom Stellard
On Mon, Apr 20, 2015 at 09:34:03PM +0300, Francisco Jerez wrote: > EdB writes: > > > Clover not longer compile with llvm <= 3.5.0 since e1d363b3. > > e1d363b3 implies c++11 and llvm 3.5.0 CXXFLAGS provided it. > > No one seems to have noticed it, it's now official. > > --- > > I haven't carefull

Re: [Mesa-dev] [PATCH v2 1/2] clover: make llvm >= 3.5.0 and c++11 mandatory

2015-04-20 Thread Francisco Jerez
EdB writes: > Clover not longer compile with llvm <= 3.5.0 since e1d363b3. > e1d363b3 implies c++11 and llvm 3.5.0 CXXFLAGS provided it. > No one seems to have noticed it, it's now official. > --- I haven't carefully reviewed the series, but I'm fine with dropping support for LLVM 3.5. For the

[Mesa-dev] [PATCH v2 1/2] clover: make llvm >= 3.5.0 and c++11 mandatory

2015-04-20 Thread EdB
Clover not longer compile with llvm <= 3.5.0 since e1d363b3. e1d363b3 implies c++11 and llvm 3.5.0 CXXFLAGS provided it. No one seems to have noticed it, it's now official. --- configure.ac | 32 +++- 1 file changed, 11 insertions(+), 21 deletions(-) diff --git a/confi