]> granicus.if.org Git - clang/commit
[clang] Use add_llvm_install_targets
authorShoaib Meenai <smeenai@fb.com>
Thu, 30 Nov 2017 22:35:02 +0000 (22:35 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 30 Nov 2017 22:35:02 +0000 (22:35 +0000)
commitb44ae5f9b10d26651777750c3b01368399a1504d
tree8848e291856e110f0035f2734885b94467388b60
parente0a9480f64277460bf76a6683debe15cd4ab1aac
[clang] Use add_llvm_install_targets

Use this function to create the install targets rather than doing so
manually, which gains us the `-stripped` install targets to perform
stripped installations.

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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@319489 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/AddClang.cmake
lib/Headers/CMakeLists.txt
runtime/CMakeLists.txt
tools/c-index-test/CMakeLists.txt
tools/libclang/CMakeLists.txt