Files
clang-p2996/llvm/lib/Support/Windows
Alexandre Ganea f11b056c02 [Support] Resolve symlinks in getMainExecutable() on Windows (#76304)
This makes the Windows implementation for `getMainExecutable()` behave
the same as its Linux counterpart, in regards to symlinks. Previously,
when using `cmake ... -DLLVM_USE_SYMLINKS=ON`, calling this function
wouldn't resolve to the "real", non-symlinked path.
2023-12-26 10:33:42 -05:00
..