[PATCH] D152709: [lit] Avoid os.path.realpath in lit.py due to MAX_PATH limitations on Windows
Tristan Labelle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 15 08:23:00 PDT 2023
MrTrillian added a comment.
In D152709#4424726 <https://reviews.llvm.org/D152709#4424726>, @nlopes wrote:
> my ~/llvm dir is a symlink
This change doesn't break symlinks. It would only cause issues if some code resolves symlinks to real paths whereas other code does not and we expect the two paths to be the same.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152709/new/
https://reviews.llvm.org/D152709
More information about the llvm-commits
mailing list