On Mon, Dec 10, 2012 at 03:40:24PM +0100, Pascal Stumpf wrote: > On Mon, 10 Dec 2012 14:19:58 +0100, Landry Breuil wrote: > > Hi, > > > > here's a preliminary diff to update devel/llvm to 3.2rc3, final release > > due soon. So far i've only built it on amd64, currently building on ppc. > > Tests reports on mips64*, sparc64 & ppc welcome. For mips64*, amend > > LLVM_ARCHS in arch-defines.mk. This release is supposed to bring > > improvements on ppc & mips.. see http://llvm.org/docs/ReleaseNotes.html > > for the details. The port has a patch adding support for stack smash > > handler (iirc from matthew@ ..) > > From me, and the patch was already there, it just had to be updated to > work with newer LLVM. Nice to know it still works though.
Sorry, failed the patch assignment :) I dont know if it 'works', i just know it applies. I've been building mozilla trunk on amd64 with that llvm version, and it seems to do a good job. Ppc support is still uselessly broken. mozilla configure passes, but clang++ chokes on the first evoluted c++ mozilla file. Note that the rst2man manpage generation throws some errors, i'll have to look deeper into it, i didnt touch that chunk since last time when i tried to update to a random svn rev. Landry