This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 21b2453 Move code to the .cpp file. NFC. new 03c1d58 Use TarWriter to create tar archives instead of cpio.
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/Driver.cpp | 33 +++++++++++++---------- COFF/Driver.h | 3 ++- ELF/Driver.cpp | 23 +++++++++------- ELF/Driver.h | 3 ++- ELF/InputFiles.cpp | 6 ++--- include/lld/Core/Reproduce.h | 31 ---------------------- lib/Core/Reproduce.cpp | 56 ++------------------------------------- test/COFF/linkrepro.test | 9 +++---- test/ELF/reproduce-backslash.s | 6 ++--- test/ELF/reproduce-error.s | 7 +++-- test/ELF/reproduce-linkerscript.s | 4 +-- test/ELF/reproduce-thin-archive.s | 4 +-- test/ELF/reproduce-windows.s | 6 ++--- test/ELF/reproduce-windows2.s | 5 ++-- test/ELF/reproduce.s | 18 ++++++------- test/lit.cfg | 4 --- 16 files changed, 68 insertions(+), 150 deletions(-)