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 <vveresch...@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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits