From: Duncan P. N. Exon Smith Date: Sat, 9 Dec 2017 23:44:42 +0000 (+0000) Subject: Update Clang CMake cache to use cxx-headers, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7a3add6d1392c35ddd42929924d1121b268da6c;p=clang Update Clang CMake cache to use cxx-headers, NFC 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 --- diff --git a/cmake/caches/Apple-stage2.cmake b/cmake/caches/Apple-stage2.cmake index 8826fc12de..d58e4b6faf 100644 --- a/cmake/caches/Apple-stage2.cmake +++ b/cmake/caches/Apple-stage2.cmake @@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS LTO clang-format clang-headers - libcxx-headers + cxx-headers ${LLVM_TOOLCHAIN_TOOLS} CACHE STRING "")