Move away from deprecated RuntimeDyld
Opened this issue · 0 comments
ttreyer commented
We are currently using RuntimeDyld
to relocate our JIT code in the target process. However, it is being deprecated and lack some features, like support for weak symbols. It has multiple other shortcomings described here.
BOLT went through the same change recently, which could be a good starting point to understand what moving to a more modern API would entice.
https://reviews.llvm.org/rG05634f7346a5