Files
clang-p2996/llvm/lib/Support/Windows
Jinsong Ji 5de7af4b9f [llvm][Support][Windows] Fix slash in path for remove_directories (#121448)
Before 925471ed90 remove_directories
supports path with slash (instead of backslash).
The ILCreateFromPathW in new implementation requires backslash path,
so the call to remove_directories will fail if the path contains slash.

This is to normalize the path to make sure remove_directories still
support path with slash as well.
2025-01-02 12:32:42 -05:00
..