[Vm-dev] status of compilation with LLVM 3.0 with Xcode

Esteban Lorenzano estebanlm at gmail.com
Wed Mar 18 08:05:40 UTC 2015


I compile always with llvm (Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)) 
No issues so far (but I needed to add a couple of compilation flags).

Esteban

> On 15 Mar 2015, at 00:40, Nicolas Cellier <nicolas.cellier.aka.nice at gmail.com> wrote:
> 
> I now compile and run a modified squeak.cog.spur 32bits VM 3264 with Xcode 4.2, OSX 10.6.8 and LLVM 3.0.
> I can run all the tests in the image.
> I have a bit more errors than VM 3254 published by Eliot, notably due to elementsForwardIdentityTo: failed.
> This is caused when trying to restore an ImageSegment.
> Presumably triggered because two globals DummyUIManager and MVCUIManager are instances of ImageSegmentRootStub.
> I really don't know why they are... When I run the image with official VM, they are not.
> 
> I saw that many of the Xcode projects still try to force usage of gcc 4.2 and I had to change them.
> What is the status of LLVM compilation currently?



More information about the Vm-dev mailing list