From 28a3b2aeb48fac0391b328eb1822b3fefe228a05 Mon Sep 17 00:00:00 2001 From: Owen Reynolds Date: Wed, 16 Oct 2019 14:07:57 +0000 Subject: [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 llvm-svn: 375002 --- llvm/docs/CommandGuide/llvm-ar.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'llvm/docs/CommandGuide') diff --git a/llvm/docs/CommandGuide/llvm-ar.rst b/llvm/docs/CommandGuide/llvm-ar.rst index 8067f7e4a97..1073d96cb7e 100644 --- a/llvm/docs/CommandGuide/llvm-ar.rst +++ b/llvm/docs/CommandGuide/llvm-ar.rst @@ -35,6 +35,12 @@ Here's where **llvm-ar** departs from previous ``ar`` implementations: Currently **llvm-ar** can read GNU and BSD long file names, but only writes archives with the GNU format. + +*Windows Paths* + + When on Windows **llvm-ar** treats the names of archived *files* in the same + case sensitive manner as the operating system. When on a non-Windows machine + **llvm-ar** does not consider character case. OPTIONS ------- -- cgit v1.2.3