Hi Craig,
On Sep 27, 2010, at 9:48 AM, Craig Bosma wrote:
> Thanks Laurent,
>
> I am interested in learning more about MacRuby/LLVM internals, so
> perhaps this is a good opportunity. I created a patch (attached) that
> gets MacRuby building with LLVM 2.8rc2, but I'm quite certain that
> this bi
Oh, and here's that patch that I omitted.
Craig
macruby_llvm_28.patch
Description: Binary data
___
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Thanks Laurent,
I am interested in learning more about MacRuby/LLVM internals, so
perhaps this is a good opportunity. I created a patch (attached) that
gets MacRuby building with LLVM 2.8rc2, but I'm quite certain that
this bit:
dbg_mdkind = context.getMDKindID("dbg");
-assert(dbg_mdkind
Hi Craig,
There is currently no effort. We are preparing the 0.7 release right now and I
don't think synchronizing with the upcoming LLVM 2.8 release is a good idea,
since it may introduce side effects. But once the release is done, we can look
at it.
If you want to work on this feel free. I a
Hi,
Is any effort being made to synchronize the upcoming MacRuby 0.7
release with the upcoming LLVM 2.8 release? How big are the changes to
LLVM between the preferred MacRuby version (r106781) and the latest RC
(https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_28/rc2, r114689)?
MacRuby HEAD do