This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4e5052d [ELF] - Do not crash when object has multiple SHT_MIPS_OPTIONS new 1bef8fe [ELF] - Added support of PT_OPENBSD_RANDOMIZE
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ELF/LinkerScript.cpp | 1 + ELF/Writer.cpp | 8 ++++++++ test/ELF/linkerscript/openbsd-randomize.s | 22 ++++++++++++++++++++++ test/ELF/openbsd-randomize.s | 20 ++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 test/ELF/linkerscript/openbsd-randomize.s create mode 100644 test/ELF/openbsd-randomize.s