This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from bf39a967f Add -no-eh-frame-hdr which negates -eh-frame-hdr. new 65bbf8a80 Move a function from Driver.cpp to InputFile.cpp. new 6204af477 Support nested static libraries.
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: COFF/Driver.cpp | 19 ------------------- COFF/InputFiles.cpp | 25 +++++++++++++++++++++++++ COFF/InputFiles.h | 2 ++ test/COFF/Inputs/nested-archives.s | 4 ++++ test/COFF/nested-archives.s | 13 +++++++++++++ 5 files changed, 44 insertions(+), 19 deletions(-) create mode 100644 test/COFF/Inputs/nested-archives.s create mode 100644 test/COFF/nested-archives.s