On 2011/11/24 14:21, Jonathan Gray wrote:
> On Tue, Nov 15, 2011 at 09:33:21AM +0000, Stuart Henderson wrote:
> > On 2011-10-26, Sebastian Reitenbach <sebas...@l00-bugdead-prods.de> wrote:
> > > attached patch to update llvm to 3.0 rc1. The 3.0 is supposed to
> > > be released in a couple of weeks
> > 
> > release is scheduled for tomorrow; here is an updated diff for rc3,
> > also switching the build to cmake.
> > 
> > any opinions on splitting clang off into a separate subpackage? i could
> > do so if it might be useful to someone, but haven't seen any point in this
> > yet.
> 
> Why switch to cmake?  There have been problems updating it in
> the past and gmake works fine.

The cmake build produces a correctly versioned liblibclang.so which
the autoconf build doesn't

+@lib lib/liblibclang.so.${LIBlibclang_VERSION}

vs

lib/libclang.so

> Anyway here is a quick rc4 port that includes a diff to ignore
> -Wbounded,

I'll merge this in

Reply via email to