This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ab4c897 Strip file path from the -o option while creating reproduce.txt. new 906c4e7 [ELF] Handle multiple discontiguous .note sections
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/Writer.cpp | 16 +++++++++++----- test/ELF/note-contiguous.s | 24 ++++++++++++++++++++++++ test/ELF/note-loadaddr.c | 35 +++++++++++++++++++++++++++++++++++ test/ELF/note-multiple.s | 43 +++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 113 insertions(+), 5 deletions(-) create mode 100644 test/ELF/note-contiguous.s create mode 100644 test/ELF/note-loadaddr.c create mode 100644 test/ELF/note-multiple.s