[all-commits] [llvm/llvm-project] 09d4db: [llvm-driver] Generate symlinks instead of executa...
Alex Brachet via All-commits
all-commits at lists.llvm.org
Tue Jul 19 18:43:58 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 09d4dbc3829e91397f96d7d7f243440555adee87
https://github.com/llvm/llvm-project/commit/09d4dbc3829e91397f96d7d7f243440555adee87
Author: Alex Brachet <abrachet at google.com>
Date: 2022-07-20 (Wed, 20 Jul 2022)
Changed paths:
M clang/cmake/modules/AddClang.cmake
M llvm/cmake/modules/AddLLVM.cmake
M llvm/tools/CMakeLists.txt
M llvm/tools/llvm-driver/CMakeLists.txt
Log Message:
-----------
[llvm-driver] Generate symlinks instead of executables for tools
When LLVM_TOOL_LLVM_DRIVER_BUILD is On, create symlinks
to llvm instead of creating the executables. Currently
this only works for install and not
install-distribution, the work for the later will be
split up into a second patch.
Differential Revision: https://reviews.llvm.org/D127800
More information about the All-commits
mailing list