[clang] [CMake] Install generated Clang .cfg file for cross ARM toolchains. NFC. (PR #105582)
Vladimir Vereschaka via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 21 13:47:21 PDT 2024
https://github.com/vvereschaka created https://github.com/llvm/llvm-project/pull/105582
Allow installation of <target>.cfg generated file together with the clang executables.
>From f4d4f7ea14d04631e6d1614f3533f00877440d76 Mon Sep 17 00:00:00 2001
From: Vladimir Vereschaka <vvereschaka at accesssoftek.com>
Date: Wed, 21 Aug 2024 13:43:42 -0700
Subject: [PATCH] [CMake] Install generated Clang .cfg file for cross ARM
toolchains. NFC.
Allow installation of <target>.cfg generated file together with the clang executables.
---
clang/cmake/caches/CrossWinToARMLinux.cmake | 1 +
1 file changed, 1 insertion(+)
diff --git a/clang/cmake/caches/CrossWinToARMLinux.cmake b/clang/cmake/caches/CrossWinToARMLinux.cmake
index 87118bbd33377d..baf4faca064922 100644
--- a/clang/cmake/caches/CrossWinToARMLinux.cmake
+++ b/clang/cmake/caches/CrossWinToARMLinux.cmake
@@ -268,6 +268,7 @@ set(LLVM_TOOLCHAIN_TOOLS
set(LLVM_DISTRIBUTION_COMPONENTS
clang
+ clang-configs
lld
LTO
clang-format
More information about the cfe-commits
mailing list