Add "-z lazy" and "-z relro".
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Event Timeline
lld/ELF/Driver.cpp | ||
---|---|---|
765 ↗ | (On Diff #143382) | I'll add all gold's negative options. I'll upload a new patch. |
Paths
| Differential D45902
Add "-z lazy" and "-z relro". ClosedPublic Authored by ruiu on Apr 20 2018, 1:51 PM.
Details
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Apr 20 2018, 2:23 PM Closed by commit rLLD330482: Add -z {combreloc,copyreloc,noexecstack,lazy,relro,text}. (authored by ruiu). · Explain WhyApr 20 2018, 2:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 143392 ELF/Config.h
ELF/Driver.cpp
ELF/Relocations.cpp
test/ELF/combrelocs.s
test/ELF/dt_flags.s
test/ELF/gnustack.s
test/ELF/relro.s
test/ELF/ztext.s
|