From 9920c39aef1515ed991d2353787c864b74759921 Mon Sep 17 00:00:00 2001 From: Chris Bieneman Date: Mon, 2 May 2016 22:38:06 +0000 Subject: [PATCH] [CMake] Adding clang-headers to the Apple-stage2 distribution This installs the clang headers as part of the install-distribution target. llvm-svn: 268319 --- clang/cmake/caches/Apple-stage2.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/cmake/caches/Apple-stage2.cmake b/clang/cmake/caches/Apple-stage2.cmake index 305d93a..922f8ec4 100644 --- a/clang/cmake/caches/Apple-stage2.cmake +++ b/clang/cmake/caches/Apple-stage2.cmake @@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS clang LTO clang-format + clang-headers ${LLVM_TOOLCHAIN_TOOLS} CACHE STRING "") -- 2.7.4