diff options
author | António Afonso <antonio.afonso@gmail.com> | 2020-08-19 11:21:10 -0700 |
---|---|---|
committer | António Afonso <antonio.afonso@gmail.com> | 2020-08-21 14:41:52 -0700 |
commit | 02bf5632a94da6c3570df002804f8d3f79c11bfc (patch) | |
tree | 1355edefc372a31b5dba66836bdd4c9c0fdb0a89 /llvm/lib/Bitcode/Reader/MetadataLoader.cpp | |
parent | 196e6f9f18933ed33eee39a1c9350ccce6b18e2c (diff) | |
download | llvm-02bf5632a94da6c3570df002804f8d3f79c11bfc.zip llvm-02bf5632a94da6c3570df002804f8d3f79c11bfc.tar.gz llvm-02bf5632a94da6c3570df002804f8d3f79c11bfc.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/MetadataLoader.cpp')
0 files changed, 0 insertions, 0 deletions