This is an archive of the discontinued LLVM Phabricator instance.

[ELF] implemented -z defs option
ClosedPublic

Authored by grimar on May 11 2016, 6:49 AM.

Details

Summary

Just do not allow to link shared library if there are
undefined symbols.

This fixes PR27447

Diff Detail

Repository
rL LLVM

Event Timeline

grimar updated this revision to Diff 56902.May 11 2016, 6:49 AM
grimar retitled this revision from to [ELF] implemented -z defs option.
grimar updated this object.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: grimar, llvm-commits.
rafael edited edge metadata.May 11 2016, 6:50 AM
rafael added a subscriber: rafael.

LGTM. Thanks!

This revision was automatically updated to reflect the committed changes.