[PATCH] D16026: Add support for -export_dynamic cmdline option

Pete Cooper via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 22 13:18:14 PST 2016


pete added a comment.

In http://reviews.llvm.org/D16026#332043, @lhames wrote:

> As far as I can tell your implementation matches ld64's behaviour. You might want to add a test case where the -dead_strip argument is after -export_dynamic to verify that -export_dynamic still takes precedence.


Done.  I've added another run line which handles this case.

> We may also want to talk to Nick to verify this behaviour and potentially update ld64's man-page.


Will do.  I'll double check that this is ok.

Thanks for the review.
Pete


Repository:
  rL LLVM

http://reviews.llvm.org/D16026





More information about the llvm-commits mailing list