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;finish_swig_python_scripts" ... DESTDIR=... ninja install-distribution
@JDevlieghere finish_swig_python_scripts is a really weird name for a distribution component, any reason it has to be this way? (this was changed here from lldb-python-scripts https://github.com/llvm/llvm-project/commit/9a3dbc972322413045bb5672b0fd3ba8c216c987)