[PATCH] D28401: Handle versioned undefined symbols

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 6 13:03:33 PST 2017


pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.

LGTM

Since I've been thinking about copy relocations recently: I wonder whether there's anything we need to/can do about copy relocations with this change? It isn't possible to preempt a specific version of a symbol in another DSO, is it?


https://reviews.llvm.org/D28401





More information about the llvm-commits mailing list