Skip to content

Commit

Permalink
Merge branch 'master' into llvm-19-actual
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik committed Nov 3, 2024
2 parents d9bdd94 + 9a77240 commit c537718
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/jitlayers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2138,9 +2138,6 @@ void JuliaOJIT::addModule(orc::ThreadSafeModule TSM)
ES.reportError(std::move(Err));
#endif
errs() << "Failed to add objectfile to JIT!\n";
abort();
}
}

Error JuliaOJIT::addExternalModule(orc::JITDylib &JD, orc::ThreadSafeModule TSM, bool ShouldOptimize)
{
Expand Down

0 comments on commit c537718

Please sign in to comment.