r268319 - [CMake] Adding clang-headers to the Apple-stage2 distribution
Chris Bieneman via cfe-commits
cfe-commits at lists.llvm.org
Mon May 2 15:38:06 PDT 2016
Author: cbieneman
Date: Mon May 2 17:38:06 2016
New Revision: 268319
URL: http://llvm.org/viewvc/llvm-project?rev=268319&view=rev
Log:
[CMake] Adding clang-headers to 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=268319&r1=268318&r2=268319&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Mon May 2 17:38:06 2016
@@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang
LTO
clang-format
+ clang-headers
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")
More information about the cfe-commits
mailing list