This is an archive of the discontinued LLVM Phabricator instance.

[lld] --export-dynamic overrides --dynamic-list
ClosedPublic

Authored by eugenis on Apr 7 2017, 5:19 PM.

Details

Reviewers
ruiu
Summary

Fixes PR32573.

--export-dynamic exports everything, even in the presence of a --dynamic-list,
or --export-dynamic-symbol.

https://bugs.llvm.org/show_bug.cgi?id=32573

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis created this revision.Apr 7 2017, 5:19 PM
ruiu accepted this revision.Apr 10 2017, 1:07 PM

LGTM

I think we can improve the code by reordering these conditions, but we can do that later.

This revision is now accepted and ready to land.Apr 10 2017, 1:07 PM
eugenis closed this revision.Apr 11 2017, 3:50 PM

r300002