This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b7fd1834a38 [Alignment][NFC] Optimize alignTo new 4f04974098b [llvm-ar] Make paths case insensitive when on windows
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: docs/CommandGuide/llvm-ar.rst | 6 +++++ test/tools/llvm-ar/Inputs/path-names.a | 8 ++++++ test/tools/llvm-ar/non-windows-name-case.test | 27 +++++++++++++++++++ test/tools/llvm-ar/path-names.test | 9 +++++++ test/tools/llvm-ar/windows-name-case.test | 29 +++++++++++++++++++++ tools/llvm-ar/llvm-ar.cpp | 37 +++++++++++++++++++++------ 6 files changed, 108 insertions(+), 8 deletions(-) create mode 100644 test/tools/llvm-ar/Inputs/path-names.a create mode 100644 test/tools/llvm-ar/non-windows-name-case.test create mode 100644 test/tools/llvm-ar/path-names.test create mode 100644 test/tools/llvm-ar/windows-name-case.test