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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 13:28:48 PST 2016


ruiu added a comment.

Overall, I think this is towards a right direction. Synthetic sections as input sections allows us do this kind of stuff, and it seems to be working well to separate ARM-specific things from other architectures nicely. Is this patch complete? I have a few minor comments.


https://reviews.llvm.org/D27406





More information about the llvm-commits mailing list