[PATCH] D105466: [RuntimeDyld] Implemented relocation of TLS symbols in ELF
Moritz Sichert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 18 01:38:32 PDT 2021
MoritzS added a comment.
Thanks for looking at this!
I'm aware that RuntimeDyld will eventually be replaced by JITLink and I agree that this should definitely be implemented in JITLink eventually.
Since I'm using this (and my other patch for GNU IFUNCs D105465 <https://reviews.llvm.org/D105465>) in a research project where we currently make heavy use of RuntimeDyld/MCJIT, I would like to get this into main, even if it will be deprecated soon.
However, I think JITLink in general has a much better design and I will try to implement the patches for JITLink as well, soon.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105466/new/
https://reviews.llvm.org/D105466
More information about the llvm-commits
mailing list