mirror of
https://github.com/intel/llvm.git
synced 2026-02-05 22:17:23 +08:00
This provides an efficient (at least on Posix platforms) way to offload to the target process the search & loading of a library when all we have are the library name and a set of potential candidate locations. <rdar://problem/40905971> llvm-svn: 335912