This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 674f556 COFF: drop the dependency on LIB.EXE for implibs new c9ddc4d [ELF] - Implement extern "c++" version script tag
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 | 9 +++- ELF/SymbolListFile.cpp | 26 +++++++++-- ELF/SymbolTable.cpp | 72 ++++++++++++++++++++--------- ELF/SymbolTable.h | 2 + test/ELF/version-script-err.s | 5 -- test/ELF/version-script-extern.s | 98 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 179 insertions(+), 33 deletions(-) create mode 100644 test/ELF/version-script-extern.s