[PATCH] D29968: Handle .eh_frame pointing to discarded section in -r
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 14 15:36:45 PST 2017
pcc accepted this revision.
pcc added a comment.
This revision is now accepted and ready to land.
This does seem reasonable on its own though if we wanted to go the route of stripping FDEs without function relocations during regular links. If we did that we could accept object files produced using "ld.gold -r" as well.
https://reviews.llvm.org/D29968
More information about the llvm-commits
mailing list