-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.
Paths
| Differential D49374
[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,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 27 2018, 3:49 AM Closed by commit rL340802: [LLF][ELF] - Support -z global. (authored by grimar). · Explain WhyAug 28 2018, 1:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162800 lld/trunk/ELF/Config.h
lld/trunk/ELF/Driver.cpp
lld/trunk/ELF/SyntheticSections.cpp
lld/trunk/test/ELF/dt_flags.s
|