summaryrefslogtreecommitdiffstats
path: root/cmake/caches
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2016-05-02 22:38:06 +0000
committerChris Bieneman <beanz@apple.com>2016-05-02 22:38:06 +0000
commit2cdd1c1d89d5f1b776b4e66232f93b8699982aa6 (patch)
tree4940668129f629a663ba7f716bbc2ddccdd0fd9d /cmake/caches
parent7b32af65f8a969097bc77a89e081d1b828b8bf22 (diff)
[CMake] Adding clang-headers to the Apple-stage2 distribution
This installs the clang headers as part of the install-distribution target. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@268319 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake/caches')
-rw-r--r--cmake/caches/Apple-stage2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake
index 305d93a3d0..922f8ec426 100644
--- a/cmake/caches/Apple-stage2.cmake
+++ b/cmake/caches/Apple-stage2.cmake
@@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang
LTO
clang-format
+ clang-headers
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")