xo-jit: refactor: Jit.getMainJITDyLib -> dest_dynamic_lib_ref()
This commit is contained in:
parent
6d7de854da
commit
fb3ccff617
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue