r268320 - [CMake] Install libcxx-headers as part of the Apple-stage2 distribution
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 15:42:10 PDT 2016
Author: cbieneman
Date: Mon May 2 17:42:09 2016
New Revision: 268320
URL: http://llvm.org/viewvc/llvm-project?rev=268320&view=rev
Log:
[CMake] Install libcxx-headers as part of the Apple-stage2 distribution
This installs the clang headers as part of the install-distribution target.
Modified:
cfe/trunk/cmake/caches/Apple-stage2.cmake
Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=268320&r1=268319&r2=268320&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Mon May 2 17:42:09 2016
@@ -55,6 +55,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
LTO
clang-format
clang-headers
+ libcxx-headers
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")
More information about the cfe-commits
mailing list