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

2015-04-19 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 --- src/gallium/state_trackers/clover/Makefile.

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

2015-04-20 Thread Tom Stellard
On Sun, Apr 19, 2015 at 10:50:18AM +0200, EdB wrote: > 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. Thanks for working on this. > --- > configure.ac