[llvm] [Support][Windows] Use the original path if GetFinalPathNameByHandleW() failed (PR #87749)

Alexandre Ganea via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 5 03:52:22 PDT 2024


aganea wrote:

LGTM, thanks for the fix!

If you want to avoid resolution with network drives or virtuals substs, you can also use `clang … -no-canonical-paths` I think, that should avoid calling this function.

https://github.com/llvm/llvm-project/pull/87749


More information about the llvm-commits mailing list