Update Clang CMake cache to use cxx-headers, NFC
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 9 Dec 2017 23:44:42 +0000 (23:44 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Sat, 9 Dec 2017 23:44:42 +0000 (23:44 +0000)
Apparently libcxx-headers is going away.  Fixes PR35584.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@320271 91177308-0d34-0410-b5e6-96231b3b80d8

cmake/caches/Apple-stage2.cmake

index 8826fc12de993d330d7bbefb9dae2a0e260794f5..d58e4b6fafd5b1dee0814ba827556cc21f740f24 100644 (file)
@@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
   LTO
   clang-format
   clang-headers
-  libcxx-headers
+  cxx-headers
   ${LLVM_TOOLCHAIN_TOOLS}
   CACHE STRING "")