Re: [Mesa-dev] Fix crashes with static LLVM

2013-11-06 Thread Kai Wasserbäch
Dear Tom, Tom Stellard schrieb am 06.11.2013 01:24: > On Wed, Oct 23, 2013 at 04:26:18PM -0400, Tom Stellard wrote: >> The attached patches introduce linker scripts to the pipe-loader and >> egl-static targets. The linker scripts prevents these targets from >> exporting LLVM (and other) symbols th

Re: [Mesa-dev] Fix crashes with static LLVM

2013-11-05 Thread Tom Stellard
On Wed, Oct 23, 2013 at 04:26:18PM -0400, Tom Stellard wrote: > Hi, > > The attached patches introduce linker scripts to the pipe-loader and > egl-static targets. The linker scripts prevents these targets from > exporting LLVM (and other) symbols that they shouldn't be. This fixes > several cras

[Mesa-dev] Fix crashes with static LLVM

2013-10-23 Thread Tom Stellard
Hi, The attached patches introduce linker scripts to the pipe-loader and egl-static targets. The linker scripts prevents these targets from exporting LLVM (and other) symbols that they shouldn't be. This fixes several crashes in the radeon drivers when statically linking LLVM. With these patche