[PATCH] D59415: Do not resolve directory junctions for `-fdiagnostics-absolute-paths` on Windows.
Igor Kudrin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 8 23:16:03 PDT 2019
ikudrin added a comment.
Ping.
Please note, that, in contrary to POSIX OSes, on Windows a path like `dir1\<junction point>\..` refers to `dir1`. That's why we do not need to ask the system for the fully expanded path and can do all calculations internally.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59415/new/
https://reviews.llvm.org/D59415
More information about the cfe-commits
mailing list