xo-jit: refactor: Jit.getMainJITDyLib -> dest_dynamic_lib_ref()

This commit is contained in:
Roland Conybeare 2024-06-16 12:02:26 -04:00
commit fb3ccff617
2 changed files with 2 additions and 2 deletions

View file

@ -401,7 +401,7 @@ namespace xo {
{
static llvm::ExitOnError llvm_exit_on_err;
auto tracker = kal_jit_->getMainJITDylib().createResourceTracker();
auto tracker = kal_jit_->dest_dynamic_lib_ref().createResourceTracker();
/* invalidates llvm_cx_->llvm_cx_ref(); will discard and re-create
*