This is an archive of the discontinued LLVM Phabricator instance.

[LLF][ELF] - Support -z global
ClosedPublic

Authored by grimar on Jul 16 2018, 7:19 AM.

Details

Summary

-z global is a flag used on Android (see D49198).

Since it is trivial and helps to make LLD a drop-in replacement for bfd,
I think we can add a support.

Diff Detail

Repository
rL LLVM

Event Timeline

grimar created this revision.Jul 16 2018, 7:19 AM
ruiu added a comment.Aug 3 2018, 11:15 AM

Please add this option to the manual.

grimar updated this revision to Diff 159168.Aug 4 2018, 1:13 AM
grimar retitled this revision from [ELF] - Support -z global to [LLF][ELF] - Support -z global.
  • Documented the new option.
ruiu accepted this revision.Aug 27 2018, 3:49 AM

LGTM

This revision is now accepted and ready to land.Aug 27 2018, 3:49 AM
This revision was automatically updated to reflect the committed changes.