This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 11ccea798 [COFF] Remove the temporary file if not updating the import library new 2bd891f9b [ELF] - Define linkerscript symbols early.
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/Driver.cpp | 4 +++ ELF/LTO.cpp | 15 +++----- ELF/LinkerScript.cpp | 50 ++++++++++++++++++++++---- ELF/LinkerScript.h | 13 +++---- test/ELF/linkerscript/symbols-synthetic.s | 26 +++++++------- test/ELF/linkerscript/version-script.s | 52 ++++++++++++++++++++++++++++ test/ELF/lto/defsym.ll | 32 +++++++++-------- test/ELF/lto/linker-script-symbols-assign.ll | 23 ++++-------- test/ELF/lto/linker-script-symbols-ipo.ll | 18 +++++----- 9 files changed, 157 insertions(+), 76 deletions(-) create mode 100644 test/ELF/linkerscript/version-script.s