[PATCH] D52430: Introduce a flag to warn when IFUNC symbols are used with text relocations.
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 26 07:27:33 PDT 2018
emaste added a comment.
> Probably. We'll need this information though I think. Otherwise, how will we find that it is safe to remove the flag?
Right. I just mean keeping a list up-to-date sounds like a lot of work - if we create such a list now we'd want to keep it updated. If we just say something like "will be removed in the future" we can wait some time, and confirm then that all relevant distros have new enough glibc.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D52430
More information about the llvm-commits
mailing list