forked from OSchip/llvm-project
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:
parent
a42a54258e
commit
6c63b07a55
|
@ -61,7 +61,7 @@ set(LLVM_DISTRIBUTION_COMPONENTS
|
|||
LTO
|
||||
clang-format
|
||||
clang-headers
|
||||
libcxx-headers
|
||||
cxx-headers
|
||||
${LLVM_TOOLCHAIN_TOOLS}
|
||||
CACHE STRING "")
|
||||
|
||||
|
|
Loading…
Reference in New Issue