[CMake] Adding clang-headers to the Apple-stage2 distribution

This installs the clang headers as part of the install-distribution target.

llvm-svn: 268319
This commit is contained in:
Chris Bieneman 2016-05-02 22:38:06 +00:00
parent 1cfa273091
commit 9920c39aef
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
clang
LTO
clang-format
clang-headers
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")