| b03451bb | 06-Jun-2022 |
Stephen Tozer <[email protected]> |
[Dexter] Use PurePath to compare paths in Dexter commands
Prior to this patch, when comparing the paths of source files in Dexter commands, we would use os.samefile. This function performs actual fi
[Dexter] Use PurePath to compare paths in Dexter commands
Prior to this patch, when comparing the paths of source files in Dexter commands, we would use os.samefile. This function performs actual file operations and requires the files to exist on the current system; this is suitable when running the test for the first time, but renders the DextIR output files non-portable, and unusable if the source files no longer exist in their original location.
Differential Revision: https://reviews.llvm.org/D127099
show more ...
|