MakeAbsolutePath does wrong things with symlinks previously. When comparing with a symlink, we need to compare with the real path of it. This fixes issues when the build directory is a symlink.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Lg with one nit.
clang-move/ClangMove.cpp | ||
---|---|---|
410 ↗ | (On Diff #74375) | This duplicates MakeAbsolutePath in line 400 |