[PATCH] D27406: [LLD][ELF] Ifunc implementation using synthetic sections

Peter Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 6 02:35:05 PST 2016


peter.smith added a comment.

My hope is that the implementation is complete for direct calls to ifunc resolvers. I definitely need a few more test cases, which I hope to get done today.

The area this patch doesn't cover is adding IRelative relocations for function pointers to ifunc resolvers when position independent executables are used. This isn't supported by the existing implementation at the moment so I kept it out of the patch to make it easier to review.


https://reviews.llvm.org/D27406





More information about the llvm-commits mailing list