[all-commits] [llvm/llvm-project] f37ea6: [CMake] try creating symlink first on windows
Kirill Bobyrev via All-commits
all-commits at lists.llvm.org
Wed Apr 7 02:23:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f37ea62e57b5e0e7b52102a2254288e205bfef89
https://github.com/llvm/llvm-project/commit/f37ea62e57b5e0e7b52102a2254288e205bfef89
Author: Kirill Bobyrev <kbobyrev at google.com>
Date: 2021-04-07 (Wed, 07 Apr 2021)
Changed paths:
M llvm/cmake/modules/LLVMInstallSymlink.cmake
Log Message:
-----------
[CMake] try creating symlink first on windows
//-E create_symlink// is available on windows since CMake 3.13 (LLVM now uses 3.13.4)
It may needs administrator privileges or enabled developer mode (Windows 10)
See https://cmake.org/cmake/help/latest/release/3.13.html
Reviewed By: kbobyrev
Differential Revision: https://reviews.llvm.org/D99170
More information about the All-commits
mailing list