[PATCH] D127800: [llvm-driver] Generate symlinks instead of executables for tools
Alex Brachet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 14 14:39:55 PDT 2022
abrachet created this revision.
abrachet added reviewers: phosek, beanz, Ericson2314.
Herald added a subscriber: mgorny.
Herald added a project: All.
abrachet requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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.
https://reviews.llvm.org/D127800
Files:
clang/cmake/modules/AddClang.cmake
llvm/cmake/modules/AddLLVM.cmake
llvm/tools/CMakeLists.txt
llvm/tools/llvm-driver/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127800.436944.patch
Type: text/x-patch
Size: 8776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220614/34255178/attachment.bin>
More information about the llvm-commits
mailing list