<div dir="ltr">Hi All,<div><br></div><div>The JITMemoryManager class was removed from MCJIT in r<span style="font-family:arial,sans-serif;font-size:13px">218316, but LLDB is still relying on it.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">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).</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">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.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">I'll update with test results as soon as they come through.</span></div><div><span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">- Lang.</span></div></div>