Hi Niels, A few of these are expected fails. Those that are not are the result of ABI mismatch (calling functions with the wrong calling convention). You can fix this quite easily by adding the correct values for x86-64 to ABI.h in LanguageKit; the slight catch is that I have no idea what the correct values are, but hopefully you can work it out using the power of guesswork...
David On 4 Oct 2009, at 13:26, Niels Grewe wrote: > Hello guys, > > after not having updated for a while, I checked out llvm (+clang) > trunk > yesterday and was able to build LanguageKit with it so that it > actually > seems to work on 64bit platforms. I've already added a 64bit version > of > the small integer message bitcode to trunk so now people on 64bit > platforms can give LK a spin without installing clang and recompiling > MsgSendSmallint.m. > Unfortunately some kinks still need to be worked out: Quite a few > tests > from the Smalltalk testsuite are failing for me (list attached) and > need > further investigation... > > Cheers, > > > Niels > <st64.txt>_______________________________________________ > Etoile-dev mailing list > [email protected] > https://mail.gna.org/listinfo/etoile-dev -- Sent from my Cray X1 _______________________________________________ Etoile-dev mailing list [email protected] https://mail.gna.org/listinfo/etoile-dev
