[PATCH] MCJIT MachO debugging support

Lang Hames lhames at gmail.com
Tue Jul 15 12:54:00 PDT 2014


Hi Keno,

I've reverted this in r213086 and filed
http://llvm.org/bugs/show_bug.cgi?id=20309 to track re-enabling support.

Cheers,
Lang.



On Tue, Jul 15, 2014 at 11:30 AM, Lang Hames <lhames at gmail.com> wrote:

> Hi Keno,
>
> Sorry - I'm going to have to back this out: It's breaking llvm-rtdyld due
> to the read-only MemoryBuffer issue. It also wreaks havoc with
> RuntimeDyldMachO in general, since we can no longer code to the
> MachOObjectFile API (section address references are common, and now these
> all need to go via the ObjectImage).
>
> Once the RuntimeDyldMachO cleanup is in (hopefully today) I'll return to
> this - I think I can adapt your patch to build a solution that will do the
> right thing here.
>
> Cheers,
> Lang.
>
>
>
> On Tue, Jun 24, 2014 at 5:29 PM, Lang Hames <lhames at gmail.com> wrote:
>
>> Committed in r211652. Thanks Keno!
>>
>> http://reviews.llvm.org/D4005
>>
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140715/53284fee/attachment.html>


More information about the llvm-commits mailing list