Re: [Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2016-01-13 Thread Ian Haywood
On Tue, Nov 17, 2015 at 5:32 AM, wrote: > http://gambaswiki.org/bugtracker/edit?object=BUG.835=L21haW4- > > Comment #10 by Gianfranco COSTAMAGNA: > I'm not the debian gambas package maintainer, but I guess I'll ping the > maintainers or upload in a delayed queue the

Re: [Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-10 Thread Emil Lenngren
It's quite bad the LLVM team dropped the old jit... I haven''t really looked into it but it might not be that hard to port it to the new MCJIT (see http://blog.llvm.org/2013/07/using-mcjit-with-kaleidoscope-tutorial.html). Hopefully the API for generating the code instructions are the same and

Re: [Gambas-user] [Gambas Bug Tracker] Bug #835: gambas3 doesn't build with llvm > 3.5

2015-11-10 Thread Benoît Minisini
Le 11/11/2015 01:06, Emil Lenngren a écrit : > It's quite bad the LLVM team dropped the old jit... > I haven''t really looked into it but it might not be that hard to port it > to the new MCJIT (see > http://blog.llvm.org/2013/07/using-mcjit-with-kaleidoscope-tutorial.html). > Hopefully the API