This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 1d9feb6 Implement --build-id=none. new 5148e75 [ELF][MIPS] Read/write .MIPS.options section
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/InputFiles.cpp | 20 ++++++++++++++------ ELF/InputFiles.h | 2 ++ ELF/InputSection.cpp | 41 +++++++++++++++++++++++++++++++++++++---- ELF/InputSection.h | 15 +++++++++++++-- ELF/OutputSections.cpp | 33 +++++++++++++++++++++++++++++++++ ELF/OutputSections.h | 14 ++++++++++++++ ELF/Writer.cpp | 3 +++ test/ELF/mips-options.s | 28 ++++++++++++++++++++++++++++ 8 files changed, 144 insertions(+), 12 deletions(-) create mode 100644 test/ELF/mips-options.s