[PATCH] D96627: [llvm-jitlink] Implement JITLoaderGDB ObjectLinkingLayer plugin for ELF x86-64
Stefan Gränitz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 04:06:57 PST 2021
sgraenitz added a comment.
@lhames In my first proposal I used the `ResourceKey` value to identify a MaterializationResponsibility. Now I found that the EHFrameRegistrationPlugin uses `ResourceKey` and `MaterializationResponsibility *` as keys for different purposes (EHFrameRanges and InProcessLinks respectively).
Are there conceptual reasons for it? Any pros and cons?
Is the mapping between ResourceKey and MaterializationResponsibility always unique in both directions?
Thanks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96627/new/
https://reviews.llvm.org/D96627
More information about the llvm-commits
mailing list