This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c1bb502a7e [SanitizerCoverage][NFC] Use appendToUsed instead of include new 19263d1daaa [llvm-ar] Flatten thin archives.
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: test/tools/llvm-ar/Inputs/a-plus-b.a | 6 ++ test/tools/llvm-ar/Inputs/a.txt | 1 + test/tools/llvm-ar/Inputs/b.txt | 1 + test/tools/llvm-ar/Inputs/c.txt | 1 + test/tools/llvm-ar/Inputs/d.txt | 1 + test/tools/llvm-ar/Inputs/nested-thin-archive.a | 7 ++ .../llvm-ar/flatten-thin-archive-recursive.test | 13 ++++ test/tools/llvm-ar/flatten-thin-archive.test | 18 +++++ tools/llvm-ar/llvm-ar.cpp | 90 +++++++++++----------- 9 files changed, 93 insertions(+), 45 deletions(-) create mode 100644 test/tools/llvm-ar/Inputs/a-plus-b.a create mode 100644 test/tools/llvm-ar/Inputs/a.txt create mode 100644 test/tools/llvm-ar/Inputs/b.txt create mode 100644 test/tools/llvm-ar/Inputs/c.txt create mode 100644 test/tools/llvm-ar/Inputs/d.txt create mode 100644 test/tools/llvm-ar/Inputs/nested-thin-archive.a create mode 100644 test/tools/llvm-ar/flatten-thin-archive-recursive.test create mode 100644 test/tools/llvm-ar/flatten-thin-archive.test