<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All,<div><br></div><div>This week llvm-jitlink moved to the TargetProcessControl API for memory allocation and access, which will simplify the switch to out-of-process execution once an OrcV2 remote TargetProcessControl implementation is available (which should hopefully be this week).</div><div><br></div><div>JITLink and llvm-jitlink also received some minor bug fixes:</div><div>- MachO TLV relocations will now generate a sensible error instead of hitting an llvm_unreachable.</div><div>- MachO "was private extern" symbols are now set to the correct scope (local). This was causing spurious "unexpected definition" errors in ORC for objects that had been generated with "ld -r".</div><div>- llvm-jitlink's harness mode will no longer auto-demote unreferenced externs, as this breaks multi-file tests in -harness mode if there are references between symbols in the test files.</div><div> </div><div>Stefan Granitz has contributed an OrcRemoteTargetClient based JITLinkMemoryManager along with a new example showing it off in <a href="https://reviews.llvm.org/D85919">https://reviews.llvm.org/D85919</a>. The demo is very neat, and the timing on this could not have been better as his implementation can be reused to speed up the implementation of the new remote target process control APIs. Thanks very much Stefan!<br></div><div><br></div><div>Regards,</div><div>Lang.</div></div></div></div>