[libc++abi] Add install-cxxabi-stripped target
authorShoaib Meenai <smeenai@fb.com>
Thu, 30 Nov 2017 23:25:51 +0000 (23:25 +0000)
committerShoaib Meenai <smeenai@fb.com>
Thu, 30 Nov 2017 23:25:51 +0000 (23:25 +0000)
commitacee992852fcac401ffaac079af0121527000f1e
treec6facdfd50263dc826368980bf36b1772572fcf2
parente0c51f688f597f363daf481557c70932bfe4753b
[libc++abi] Add install-cxxabi-stripped target

LLVM is gaining install-*-stripped targets to perform stripped installs,
and in order for this to be useful for install-distribution, all
potential distribution components should have stripped installation
targets. LLVM has a function to create these install targets, but since
we can't use LLVM CMake functions in libc++abi, let's do it manually.

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

llvm-svn: 319499
libcxxabi/src/CMakeLists.txt