From: Chris Bieneman Date: Mon, 2 May 2016 22:38:06 +0000 (+0000) Subject: [CMake] Adding clang-headers to the Apple-stage2 distribution X-Git-Tag: llvmorg-3.9.0-rc1~7195 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9920c39aef1515ed991d2353787c864b74759921;p=platform%2Fupstream%2Fllvm.git [CMake] Adding clang-headers to the Apple-stage2 distribution This installs the clang headers as part of the install-distribution target. llvm-svn: 268319 --- 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 "")