llvm-project/llvm/lib/ExecutionEngine
Lang Hames 7c5fe9b615
[ORC] Move DylibManager impl out of SimpleRemoteEPC. (#188439)
This updates EPCGenericDylibManager to implement the DylibManager
interface, and drops the DylibManager implementation from
SimpleRemoteEPC. Since SimpleRemoteEPC already owned an
EPCGenericDylibManager it can simply provide that as its DylibManager
implementation. This change should not affect the behavior of
SimpleRemoteEPC from the perspective of API clients.
2026-03-26 09:35:41 +11:00
..