Skip to content

Commit a70fbe5

Browse files
authored
clang-cpp does not need installing in distribution (#515)
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 bd227fd commit a70fbe5

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
@@ -165,7 +165,6 @@ set(BUG_REPORT_URL "https://github.com/ARM-software/LLVM-embedded-toolchain-for-
165165
set(LLVM_DISTRIBUTION_COMPONENTS
166166
clang-resource-headers
167167
clang
168-
clang-cpp
169168
dsymutil
170169
lld
171170
llvm-ar

0 commit comments

Comments
 (0)