Re: [Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-20 Thread Michel Dänzer
On 19.12.2015 02:15, Nicolai Hähnle wrote: > On 17.12.2015 22:13, Michel Dänzer wrote: >> On 18.12.2015 07:00, Nicolai Hähnle wrote: >>> From: Nicolai Hähnle >>> >>> Unify the cleanup paths of the function rather than duplicating code. >> >> This should probably be

Re: [Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-18 Thread Nicolai Hähnle
On 17.12.2015 22:13, Michel Dänzer wrote: On 18.12.2015 07:00, Nicolai Hähnle wrote: From: Nicolai Hähnle Unify the cleanup paths of the function rather than duplicating code. This should probably be backported to the stable branches? If so, add True. It's not

[Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-17 Thread Nicolai Hähnle
From: Nicolai Hähnle Unify the cleanup paths of the function rather than duplicating code. --- src/gallium/drivers/radeon/radeon_llvm_emit.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/drivers/radeon/radeon_llvm_emit.c

Re: [Mesa-dev] [PATCH] gallium/radeon: only dispose locally created target machine in radeon_llvm_compile

2015-12-17 Thread Michel Dänzer
On 18.12.2015 07:00, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Unify the cleanup paths of the function rather than duplicating code. This should probably be backported to the stable branches? If so, add Cc: "11.0 11.1" to the