[PATCH] D28571: RuntimeDyldELF/AArch64: Implement basic support for PIC relocations

Eugene Leviant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 08:05:23 PST 2017


evgeny777 added a comment.

> I don't know enough about the use cases of dlydelf to know if this is a problem, for example it may only need to link code that is guaranteed to have L012_NC following a GOT_PAGE.

I'm using it for run time linking and execution of arbitrary object files, so like you're saying this might be a problem in some cases


Repository:
  rL LLVM

https://reviews.llvm.org/D28571





More information about the llvm-commits mailing list