[all-commits] [llvm/llvm-project] b01b27: [Support][Windows] disk_space handle unicode paths...

Pavel Rosický via All-commits all-commits at lists.llvm.org
Fri Dec 5 05:54:52 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b01b273409235116c35c3598e1700bd510f8a603
      https://github.com/llvm/llvm-project/commit/b01b273409235116c35c3598e1700bd510f8a603
  Author: Pavel Rosický <pdahorek at seznam.cz>
  Date:   2025-12-05 (Fri, 05 Dec 2025)

  Changed paths:
    M llvm/lib/Support/CachePruning.cpp
    M llvm/lib/Support/Windows/Path.inc

  Log Message:
  -----------
  [Support][Windows] disk_space handle unicode paths (#170716)

replaces GetDiskFreeSpaceExA with GetDiskFreeSpaceExW to handle user
paths with Unicode characters

fixes: https://github.com/llvm/llvm-project/issues/170571

I’m not entirely sure the fix is correct, so I’d appreciate it if
someone more familiar with the code could review it. Thanks!



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