This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from af0a8ad5a [ELF] Set `referenced` bit of Undefined created by BitcodeFile new 0c264d539 [lld-link] implement -start-lib and -end-lib
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: COFF/DebugTypes.cpp | 2 +- COFF/Driver.cpp | 60 +++++++++++++++----- COFF/Driver.h | 5 +- COFF/InputFiles.cpp | 62 ++++++++++++++++++--- COFF/InputFiles.h | 37 ++++++++++++- COFF/Options.td | 4 ++ COFF/SymbolTable.cpp | 77 ++++++++++++++++++-------- COFF/SymbolTable.h | 5 +- COFF/Symbols.cpp | 6 +- COFF/Symbols.h | 41 +++++++++----- COFF/Writer.cpp | 3 +- test/COFF/Inputs/start-lib1.ll | 13 +++++ test/COFF/Inputs/{lto-dep.ll => start-lib2.ll} | 9 ++- test/COFF/start-lib-cmd-diagnostics.ll | 19 +++++++ test/COFF/start-lib.ll | 43 ++++++++++++++ 15 files changed, 311 insertions(+), 75 deletions(-) create mode 100644 test/COFF/Inputs/start-lib1.ll copy test/COFF/Inputs/{lto-dep.ll => start-lib2.ll} (55%) create mode 100644 test/COFF/start-lib-cmd-diagnostics.ll create mode 100644 test/COFF/start-lib.ll