Skip to content

Commit de4eb46

Browse files
authored
clang-cpp does not need installing in distribution (#514)
The clang-cpp symlink (or copy) is created with the ALWAYS_GENERATE flag in clang's cmake, so it always gets installed, meaning we don't need to add it to LLVM_DISTRIBUTION_COMPONENTS. This was causing windows build failures because the install target was being called for it, but not created. I'm not sure why the Linux build was succeeding despite this, but I've checked that clang-cpp existed in both the Windows and Linux builds of the previous release (18.1.3), so clang-cpp doesn't need to be in this list.
1 parent 7c2c177 commit de4eb46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ set(BUG_REPORT_URL "https://github.com/ARM-software/LLVM-embedded-toolchain-for-
172172
set(LLVM_DISTRIBUTION_COMPONENTS
173173
clang-resource-headers
174174
clang
175-
clang-cpp
176175
dsymutil
177176
lld
178177
llvm-ar

0 commit comments

Comments
 (0)