This is an archive of the discontinued LLVM Phabricator instance.

Make --export-dynamic-symbol to add undefined symbols even if --export-dynamic is given.
ClosedPublic

Authored by ruiu on Feb 13 2018, 3:56 PM.

Event Timeline

ruiu created this revision.Feb 13 2018, 3:56 PM
ruiu added a subscriber: llvm-commits.
ruiu added a comment.Feb 13 2018, 4:00 PM

Previously, --export-dynamic-symbol was ignored completely if --export-dynamic was passed together.

This revision was not accepted when it landed; it landed in state Needs Review.Feb 14 2018, 10:40 AM
This revision was automatically updated to reflect the committed changes.