This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b7518db [ELF][MIPS] Fix predicate used for sorting MIPS dynamic symbo [...] new a4029a5 [ELF] - Recommit r273143("[ELF] - Basic versioned symbols sup [...]
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 | 10 ++++ ELF/OutputSections.cpp | 96 +++++++++++++++++++++++++++--- ELF/OutputSections.h | 30 ++++++++-- ELF/SymbolListFile.cpp | 28 +++++---- ELF/SymbolListFile.h | 1 + ELF/SymbolTable.cpp | 26 ++++++-- ELF/Symbols.cpp | 2 +- ELF/Symbols.h | 18 ++---- ELF/Writer.cpp | 13 +++- test/ELF/Inputs/verdef.s | 6 ++ test/ELF/lto/version-script.ll | 50 ++++++++++++++++ test/ELF/verdef.s | 131 +++++++++++++++++++++++++++++++++++++++++ test/ELF/version-script.s | 40 ++++++++++++- 13 files changed, 409 insertions(+), 42 deletions(-) create mode 100644 test/ELF/Inputs/verdef.s create mode 100644 test/ELF/lto/version-script.ll create mode 100644 test/ELF/verdef.s