This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6b41a24 [ELF] - Change error message according to review comment. NFC. new 49c9ed6 [ELF] - Added support for extern "c++" local symbols in versi [...]
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/LinkerScript.cpp | 43 +++++++++++++++---------------- ELF/SymbolTable.cpp | 36 +++++++++++++------------- test/ELF/version-script-locals-extern.s | 45 +++++++++++++++++++++++++++++++++ test/ELF/version-script-locals.s | 5 ---- test/ELF/version-script-noundef.s | 9 +++++-- 5 files changed, 90 insertions(+), 48 deletions(-) create mode 100644 test/ELF/version-script-locals-extern.s