Re: [Mesa-dev] [PATCH v2] scons: update for LLVM 4.0

2017-05-01 Thread Ben Boeckel
On Sat, Apr 29, 2017 at 14:24:28 +0100, Emil Velikov wrote: > Barring any objections from Jose I'll push this in a couple of days. Thanks! > P.S. For future patches please add a brief changelog. Before or after > the --- line. Ah, sorry. When reordering the libraries to look like the 3.9 block,

[Mesa-dev] [PATCH v2] scons: update for LLVM 4.0

2017-04-27 Thread Ben Boeckel
LLVMDemangle, LLVMGlobalISel, and LLVMDebugInfoMSF are new. Also update the comment to add irreader to the list of components. CC: Reviewed-by: Chuck Atkins Signed-off-by: Ben Boeckel --- scons/llvm.py | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git

[Mesa-dev] [PATCH] scons: update for LLVM 4.0

2017-04-27 Thread Ben Boeckel
LLVMDemangle, LLVMGlobalISel, and LLVMDebugInfoMSF are new. Also update the comment to add irreader to the list of components. CC: Reviewed-by: Chuck Atkins Signed-off-by: Ben Boeckel --- scons/llvm.py | 22 -- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git

[Mesa-dev] Windows build requires extra tools from release tarball

2017-03-30 Thread Ben Boeckel
Hi, I'm trying to compile Mesa on Windows, but am hitting up against a problem that mako and lex/yacc are required. The generated files are in the source tree, but from my investigations (and limited knowledge of Scons), it appears that the Scons code does not care and always does the generation l