Re: [Mesa-dev] [PATCH] radeon/llvm: Build libradeonllvm as a static library

2013-04-02 Thread Michel Dänzer
On Die, 2013-04-02 at 10:20 +0200, Michel Dänzer wrote: > On Mon, 2013-04-01 at 14:11 -0700, Tom Stellard wrote: > > From: Tom Stellard > > > > Building libradeonllvm as a shared object has led to a number of bugs > > and build system complications, and I don't think it's necessary for > > such

Re: [Mesa-dev] [PATCH] radeon/llvm: Build libradeonllvm as a static library

2013-04-02 Thread Michel Dänzer
On Mon, 2013-04-01 at 14:11 -0700, Tom Stellard wrote: > From: Tom Stellard > > Building libradeonllvm as a shared object has led to a number of bugs > and build system complications, and I don't think it's necessary for > such a small library. > > This library was originally changed to a share

[Mesa-dev] [PATCH] radeon/llvm: Build libradeonllvm as a static library

2013-04-01 Thread Tom Stellard
From: Tom Stellard Building libradeonllvm as a shared object has led to a number of bugs and build system complications, and I don't think it's necessary for such a small library. This library was originally changed to a shared object to work around linker error in egl_static.so, but these appea