[CMake] Provide a custom target to install LLVM libraries
authorPetr Hosek <phosek@chromium.org>
Tue, 4 Sep 2018 19:10:37 +0000 (19:10 +0000)
committerPetr Hosek <phosek@chromium.org>
Tue, 4 Sep 2018 19:10:37 +0000 (19:10 +0000)
commit2d4173c3c70e660622df46a2e69e1c7d4667019d
tree9baf582efb2418288053ff615d8f98d08cc5ca0c
parent664b2e3bd61013326238a96cde6ce4828d291669
[CMake] Provide a custom target to install LLVM libraries

This simplifies installing all LLVM libraries when doing component
build; now you can include llvm-libraries in distribution components.

Differential Revision: https://reviews.llvm.org/D51603

llvm-svn: 341395
llvm/CMakeLists.txt