This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from ef5f0da Add comment and simplify code a bit. NFC. new 3dae742 [ELF] - Implemented --symbol-ordering-file option.
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/Config.h | 2 ++ ELF/Driver.cpp | 16 +++++++++++++++ ELF/Options.td | 3 +++ ELF/OutputSections.cpp | 27 +++++++++++++++---------- ELF/OutputSections.h | 1 + ELF/Relocations.cpp | 14 ++----------- ELF/Symbols.cpp | 8 ++++++++ ELF/Symbols.h | 2 ++ ELF/Writer.cpp | 33 +++++++++++++++++++++++++++++++ test/ELF/symbol-ordering-file.s | 44 +++++++++++++++++++++++++++++++++++++++++ 10 files changed, 128 insertions(+), 22 deletions(-) create mode 100644 test/ELF/symbol-ordering-file.s