[llvm] llvm-ar: fix inconsistent case sensitivity for path matching on Windows (PR #196541)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 8 07:05:32 PDT 2026
================
@@ -27,3 +27,34 @@
# RUN: FileCheck %s -input-file=%t/thin-archive.a --check-prefix=EMPTY --implicit-check-not {{.}}
EMPTY: !<thin>
+
+# File instance counting should respect Windows case-insensitive name matching.
+# Otherwise, if you have foo.txt and FOO.TXT, "-N 2 foo.txt" fails with because
----------------
0xFE4415 wrote:
```suggestion
# Otherwise, if you have foo.txt and FOO.TXT, "-N 2 foo.txt" fails because
```
https://github.com/llvm/llvm-project/pull/196541
More information about the llvm-commits
mailing list