r320271 - Update Clang CMake cache to use cxx-headers, NFC
Duncan P. N. Exon Smith via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 9 15:44:42 PST 2017
Author: dexonsmith
Date: Sat Dec 9 15:44:42 2017
New Revision: 320271
URL: http://llvm.org/viewvc/llvm-project?rev=320271&view=rev
Log:
Update Clang CMake cache to use cxx-headers, NFC
Apparently libcxx-headers is going away. Fixes PR35584.
Modified:
cfe/trunk/cmake/caches/Apple-stage2.cmake
Modified: cfe/trunk/cmake/caches/Apple-stage2.cmake
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/cmake/caches/Apple-stage2.cmake?rev=320271&r1=320270&r2=320271&view=diff
==============================================================================
--- cfe/trunk/cmake/caches/Apple-stage2.cmake (original)
+++ cfe/trunk/cmake/caches/Apple-stage2.cmake Sat Dec 9 15:44:42 2017
@@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
LTO
clang-format
clang-headers
- libcxx-headers
+ cxx-headers
${LLVM_TOOLCHAIN_TOOLS}
CACHE STRING "")
More information about the cfe-commits
mailing list