This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 85c1bbb Don't quote "--hash-style gnu". new 6dae74d [ELF] - keep alive all non-text sections referenced by .eh_frame new 0a2c97c Copy thin archive members with --reproduce.
The 2 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/InputFiles.cpp | 3 +++ ELF/MarkLive.cpp | 51 +++++++++++++++++++++++++++------------ test/ELF/eh-frame-gc.s | 20 +++++++++++++++ test/ELF/reproduce-thin-archive.s | 14 +++++++++++ 4 files changed, 73 insertions(+), 15 deletions(-) create mode 100644 test/ELF/eh-frame-gc.s create mode 100644 test/ELF/reproduce-thin-archive.s