[all-commits] [llvm/llvm-project] 02bf56: Fix swig scripts install target name
António Afonso via All-commits
all-commits at lists.llvm.org
Fri Aug 21 14:53:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 02bf5632a94da6c3570df002804f8d3f79c11bfc
https://github.com/llvm/llvm-project/commit/02bf5632a94da6c3570df002804f8d3f79c11bfc
Author: António Afonso <antonio.afonso at gmail.com>
Date: 2020-08-21 (Fri, 21 Aug 2020)
Changed paths:
M lldb/bindings/python/CMakeLists.txt
Log Message:
-----------
Fix swig scripts install target name
LLVM install component targets needs to be in the form of: install-{target}[-stripped]
I tested with:
```
cmake ... -DLLVM_ENABLE_PROJECTS="clang;lldb" -DLLVM_DISTRIBUTION_COMPONENTS="lldb;liblldb;lldb-python-scripts;" ...
DESTDIR=... ninja install-distribution
```
@JDevlieghere `finish_swig_python_scripts` is a really weird name for a distribution component, any reason that it has to be this way?
Differential Revision: https://reviews.llvm.org/D86235
More information about the All-commits
mailing list