Re: [Mesa-dev] [PATCH] configure: Use LLVM shared libraries by default

2014-02-07 Thread Emil Velikov
On 04/02/14 19:24, Tom Stellard wrote: > From: Tom Stellard > > Linking with LLVM static libraries is easily broken by changes to > the llvm-config program or when LLVM adds, removes, or changes library > components. Keeping up with these changes requires a lot of maintanence > effort to keep th

[Mesa-dev] [PATCH] configure: Use LLVM shared libraries by default

2014-02-04 Thread Tom Stellard
From: Tom Stellard Linking with LLVM static libraries is easily broken by changes to the llvm-config program or when LLVM adds, removes, or changes library components. Keeping up with these changes requires a lot of maintanence effort to keep the build working on the master and stable branches.