[PATCH] D154130: [lit] Avoid os.path.realpath on Windows due to MAX_PATH limitations
Tristan Labelle via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 15 06:21:48 PDT 2023
MrTrillian added a comment.
> That could impose a significant performance and drive space penalty in the event that substitute drive paths are changed, but I would expect such changes to be rare.
I think the more likely case is that one would build their repo under the substitute drive and later build it under the expanded path on the original drive. Though I feel like a lot of caching might then break.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154130/new/
https://reviews.llvm.org/D154130
More information about the cfe-commits
mailing list