This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from d546427 Simplify. NFC. new a0862ed Reduce code duplication when allocating program headers. new 4cdd9dc Don't create a bogus PT_PHDR if we don't allocate the headers.
The 2 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 | 12 +------ ELF/Writer.cpp | 68 +++++++++++++++++++++++--------------- ELF/Writer.h | 4 +-- test/ELF/linkerscript/empty-load.s | 3 +- test/ELF/linkerscript/no-space.s | 6 ++-- test/ELF/linkerscript/non-alloc.s | 6 ++-- test/ELF/ttext-tdata-tbss.s | 11 +++--- 7 files changed, 56 insertions(+), 54 deletions(-)