Update Clang CMake cache to use cxx-headers, NFC

Apparently libcxx-headers is going away.  Fixes PR35584.

llvm-svn: 320271
This commit is contained in:
Duncan P. N. Exon Smith 2017-12-09 23:44:42 +00:00
parent a42a54258e
commit 6c63b07a55
1 changed files with 1 additions and 1 deletions

View File

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