[llvm] [ORC] Add automatic shared library resolver for unresolved symbols. (PR #148410)

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 24 23:21:40 PDT 2025


================

----------------
SahilPatidar wrote:

since we currently only support Mach-O.
So I added `@rpath` and `@loader_path` handling, plus extra path searching (with and without extensions like A.dylib or just A when searching for a library).

https://github.com/llvm/llvm-project/pull/148410


More information about the llvm-commits mailing list