| commit | f5a885fddd63b7a07ddaf1c056bbef8c34a5f6c8 | [log] [tgz] |
|---|---|---|
| author | Lang Hames <lhames@gmail.com> | Thu Jul 04 00:05:12 2019 +0000 |
| committer | Lang Hames <lhames@gmail.com> | Thu Jul 04 00:05:12 2019 +0000 |
| tree | 2e6bea99babda6fbb3fdcdfb809240081539e23f | |
| parent | f7e52fbdb5a7af8ea0808e98458b497125a5eca1 [diff] |
[JITLink][ORC] Add EHFrameRegistrar interface, use in EHFrameRegistrationPlugin. 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