This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from e49e72b Split getPhdrsIndices. NFC. new 8018723 COFF: Implement /linkrepro flag.
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/CMakeLists.txt | 4 +- COFF/Driver.cpp | 53 +++++++++++++++++++ COFF/Driver.h | 3 ++ COFF/Error.h | 6 +++ COFF/InputFiles.cpp | 14 +++-- COFF/Options.td | 1 + ELF/CMakeLists.txt | 1 + ELF/Driver.cpp | 9 ++-- ELF/Driver.h | 29 +---------- ELF/DriverUtils.cpp | 106 ++----------------------------------- ELF/InputFiles.h | 1 + include/lld/Core/Reproduce.h | 70 +++++++++++++++++++++++++ lib/Core/CMakeLists.txt | 1 + lib/Core/Reproduce.cpp | 121 +++++++++++++++++++++++++++++++++++++++++++ test/COFF/linkrepro.test | 35 +++++++++++++ 15 files changed, 316 insertions(+), 138 deletions(-) create mode 100644 include/lld/Core/Reproduce.h create mode 100644 lib/Core/Reproduce.cpp create mode 100644 test/COFF/linkrepro.test