llvm-project
b0181514 - [Utils] Compare true file locations instead of string paths (#158160)

Commit
22 days ago
[Utils] Compare true file locations instead of string paths (#158160) Previously we compared paths by string manipulation, however Windows paths can use both '\' and '/' as path separators, which made this fragile. This uses the pathlib.Path.samefile API instead.
Author
Parents
Loading