summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2017-12-09 23:44:42 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2017-12-09 23:44:42 +0000
commitf7a3add6d1392c35ddd42929924d1121b268da6c (patch)
tree462304aa30ac20fc24415059cb691d9ed0c3fbe4 /cmake
parent466d8da5f89b1a780f735c86f414fa69ce63221b (diff)
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
Diffstat (limited to 'cmake')
-rw-r--r--cmake/caches/Apple-stage2.cmake2
1 files changed, 1 insertions, 1 deletions
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 "")