[all-commits] [llvm/llvm-project] fc651a: [CMake] Add option LLVM_FORCE_CREATE_SYMLINKS
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Wed Oct 12 02:06:50 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc651a06699eb10429316760dc5a6fef1eadab21
https://github.com/llvm/llvm-project/commit/fc651a06699eb10429316760dc5a6fef1eadab21
Author: Tobias Hieta <tobias.hieta at ubisoft.com>
Date: 2022-10-12 (Wed, 12 Oct 2022)
Changed paths:
M llvm/CMakeLists.txt
M llvm/cmake/modules/AddLLVM.cmake
Log Message:
-----------
[CMake] Add option LLVM_FORCE_CREATE_SYMLINKS
On Windows we don't create symlinks for the binaries (clang++, clang-cl)
since the support requires special setup (group policy settings and
you need to know exactly our distribution story). But if you know
about these things and have a controlled environment there is a lot
of storage to be saved, so let's add a manual opt-in for using symlinks
on Windows with LLVM_FORCE_CREATE_SYMLINKS=ON.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D135578
More information about the All-commits
mailing list