diff options
| author | Owen Reynolds <gbreynoo@gmail.com> | 2019-10-16 14:07:57 +0000 |
|---|---|---|
| committer | Owen Reynolds <gbreynoo@gmail.com> | 2019-10-16 14:07:57 +0000 |
| commit | 28a3b2aeb48fac0391b328eb1822b3fefe228a05 (patch) | |
| tree | 09ddc34747e9e5037b28d39caf4bf5f5f77a2bb2 /llvm/docs/CommandGuide | |
| parent | fdccf28697e5debe861247d218cbbecf9fd4323e (diff) | |
| download | bcm5719-llvm-28a3b2aeb48fac0391b328eb1822b3fefe228a05.tar.gz bcm5719-llvm-28a3b2aeb48fac0391b328eb1822b3fefe228a05.zip | |
[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
Diffstat (limited to 'llvm/docs/CommandGuide')
| -rw-r--r-- | llvm/docs/CommandGuide/llvm-ar.rst | 6 |
1 files changed, 6 insertions, 0 deletions
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 ------- |

