mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-08 10:42:08 +00:00

Replaces direct calls to eh-frame registration with calls to methods on an EHFrameRegistrar instance. This allows clients to substitute a registrar that registers frames in a remote process via IPC/RPC. llvm-svn: 365098