Add -z nodlopen option. This option sets the DF_1_NOOPEN flag, indicating that the generated DSO should not be dlopen'ed.
This option is used by one of the OpenBSD regression tests to check if the flag is respected by our dynamic linker.
Paths
| Differential D31122
[LLD] Add -z nodlopen option ClosedPublic Authored by kettenis on Mar 19 2017, 3:46 AM.
Details
Diff Detail Event TimelineThis revision is now accepted and ready to land.Mar 19 2017, 12:57 PM
Revision Contents
Diff 92269 ELF/Config.h
ELF/Driver.cpp
ELF/SyntheticSections.cpp
test/ELF/dt_flags.s
|