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

2017-05-02 Thread Jose Fonseca
On 29/04/17 14:24, Emil Velikov wrote: Hi Ben, On 27 April 2017 at 21:31, Ben Boeckel wrote: 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 Haven't tes

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,

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

2017-04-29 Thread Emil Velikov
Hi Ben, On 27 April 2017 at 21:31, Ben Boeckel wrote: > 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 Haven't tested this but is seems reasonabl

[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 a