[libcxx-commits] [libcxx] [libcxx] Fix freestanding build with filesystem disabled on Windows (PR #164602)

via libcxx-commits libcxx-commits at lists.llvm.org
Wed Oct 22 04:17:02 PDT 2025


moleium wrote:

> As I said in the issue, we shouldn't disable these just because `filesystem` isn't available. These features don't depend on a filesystem on the platform existing.

I understand the principle. The issue is that the path implementation on Windows has hard dependencies on localization and wide characters

https://github.com/llvm/llvm-project/pull/164602


More information about the libcxx-commits mailing list