Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libjulia-internal to ORCJIT symbol resolution (#48712)
We need to make sure that libjulia-internal is loaded and placed first in the DynamicLibrary search order so that calls to runtime intrinsics are resolved to the correct library when multiple libjulia-*'s have been loaded (e.g. when we `ccall` into a PackageCompiler.jl-created shared library).
- Loading branch information