]> granicus.if.org Git - llvm/commit
[llvm-ar] Make paths case insensitive when on windows
authorOwen Reynolds <gbreynoo@gmail.com>
Wed, 16 Oct 2019 14:07:57 +0000 (14:07 +0000)
committerOwen Reynolds <gbreynoo@gmail.com>
Wed, 16 Oct 2019 14:07:57 +0000 (14:07 +0000)
commit4f04974098b2104ceb1ba74c58e2ca725bb7553c
treea0a89e63c765af9ac04f5b07538c8d0aa5365a59
parentb7fd1834a383b3eac23b4c5facb9bb82338113cf
[llvm-ar] Make paths case insensitive when on windows

When on windows gnu-ar treats member names as case insensitive. This
commit implements the same behaviour.

Differential Revision: https://reviews.llvm.org/D68033

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375002 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/llvm-ar.rst
test/tools/llvm-ar/Inputs/path-names.a [new file with mode: 0644]
test/tools/llvm-ar/non-windows-name-case.test [new file with mode: 0644]
test/tools/llvm-ar/path-names.test [new file with mode: 0644]
test/tools/llvm-ar/windows-name-case.test [new file with mode: 0644]
tools/llvm-ar/llvm-ar.cpp