hooleyhoop
hooleyhoop

Reputation: 9198

Adobe Alchemy and Llvm 2.5

A comment on the Adobe Alchemy mailing list suggests it is possible to get Alchemy working with Llvm 2.7 (instead of 2.1 in the Alchemy download).

Does anyone know if this is true and if so any tips on how to go about it?

UPDATE: the thread is here and it seems i read it wrong. I missed that the op is the developer of Alchemy talking about an internal Adobe version. I would love an update!

Upvotes: 2

Views: 637

Answers (1)

paleozogt
paleozogt

Reputation: 6563

I've tried getting LLVM upgraded (see this thread). The short answer is that I don't think you can. The newer LLVMs output a different kind of intermediate opcodes, which the Alchemy backend plugin doesn't expect.

Upvotes: 1

Related Questions