From 069f629df7a8562a99f23b2d24ad29ac70b320dc Mon Sep 17 00:00:00 2001 From: liyunfei Date: Mon, 22 Jul 2024 16:03:34 +0800 Subject: [PATCH] Disable toolchain_clang build Disable toolchain_clang build for BiSheng Autotuner support temporary. Signed-off-by: liyunfei (cherry picked from commit 4dce262ee770ebe675eaf42d50b13b54348af5e9) --- llvm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/llvm.spec b/llvm.spec index 3717177..5adfcb9 100644 --- a/llvm.spec +++ b/llvm.spec @@ -1,7 +1,7 @@ %bcond_without sys_llvm %bcond_without check %bcond_with classic_flang -%bcond_without toolchain_clang +%bcond_with toolchain_clang %bcond_without bisheng_autotuner %if %{with toolchain_clang} @@ -44,7 +44,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 12 +Release: 13 Summary: The Low Level Virtual Machine License: NCSA @@ -371,6 +371,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build %{install_includedir}/llvm-gmock %changelog +* Mon Jul 22 2024 liyunfei - 17.0.6-13 +- Disable toolchain_clang build for BiSheng Autotuner support temporary. + * Tue Jul 16 2024 liyunfei - 17.0.6-12 - Add BiSheng Autotuner support. -- Gitee