[lldb-dev] [PATCH] Tentative patch to move JITMemoryManager in to LLDB.

Lang Hames lhames at gmail.com
Tue Sep 23 16:53:53 PDT 2014


Hi All,

The JITMemoryManager class was removed from MCJIT in r218316, but LLDB is
still relying on it.

The attached patch moves the JITMemoryManager in to LLDB (minus the AtExit
handler functionality, which I don't believe LLDB was using, and which was
causing build warnings for me locally).

I'm still running the test suite locally, so I'm sure whether this passes
all the tests, but it does at least seem to get LLDB building again.

I'll update with test results as soon as they come through.

- Lang.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140923/408ded57/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Move_JITMemoryManager_to_LLDB.patch
Type: application/octet-stream
Size: 48724 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20140923/408ded57/attachment.obj>


More information about the lldb-dev mailing list