This is an archive of the discontinued LLVM Phabricator instance.

Do not add weak undefined symbols to .dynsym unless -pic or -shared are given.
Needs ReviewPublic

Authored by ruiu on Oct 27 2017, 2:48 PM.
This revision needs review, but all specified reviewers are disabled or inactive.

Details

Reviewers
espindola
Summary

Do not add weak undefined symbols to .dynsym unless -pic or -shared are given.

Event Timeline

ruiu created this revision.Oct 27 2017, 2:48 PM
ruiu updated this revision to Diff 120705.Oct 27 2017, 2:53 PM
  • Fix typos.
grimar added a subscriber: grimar.Oct 30 2017, 2:09 AM
ruiu updated this revision to Diff 121606.Nov 4 2017, 5:27 PM
  • Rebased
espindola edited reviewers, added: espindola; removed: rafael.Mar 15 2018, 9:08 AM