[all-commits] [llvm/llvm-project] 45d5d5: [llvm-ar] fix inconsistent case sensitivity for pa...

Meow via All-commits all-commits at lists.llvm.org
Mon Jun 8 00:58:25 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 45d5d5669e1f9bd4bd1a2032e64a001500096e3f
      https://github.com/llvm/llvm-project/commit/45d5d5669e1f9bd4bd1a2032e64a001500096e3f
  Author: Meow <259395 at student.pwr.edu.pl>
  Date:   2026-06-08 (Mon, 08 Jun 2026)

  Changed paths:
    M llvm/docs/ReleaseNotes.md
    A llvm/test/tools/llvm-ar/count-case-sensitivity-windows.test
    A llvm/test/tools/llvm-ar/count-case-sensitivity.test
    M llvm/tools/llvm-ar/llvm-ar.cpp

  Log Message:
  -----------
  [llvm-ar] fix inconsistent case sensitivity for path matching on Windows (#196541)

When deleting or extracting with -N, member counting uses case sensitive
member arguments while path matching uses normalized paths.

This causes an issue (on Windows): if you have files: foo.txt and
FOO.txt, you can only extract one of them when using -N 1, and using -N
2 results in error.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list