From 5fcb0b4084467c3adf525e37efa01315f4064393 Mon Sep 17 00:00:00 2001 From: liyunfei Date: Tue, 30 Jul 2024 03:42:35 +0000 Subject: [PATCH] Disable toolchain_clang build for BiSheng Autotuner support temporary. Signed-off-by: liyunfei (cherry picked from commit 0d9069e8b15515a220e0c5eaf28b8f8e93d60981) --- lld.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lld.spec b/lld.spec index 294cb0e..a9a221a 100644 --- a/lld.spec +++ b/lld.spec @@ -1,6 +1,6 @@ %bcond_without sys_llvm %bcond_without check -%bcond_without toolchain_clang +%bcond_with toolchain_clang %bcond_without bisheng_autotuner %if %{with toolchain_clang} @@ -38,7 +38,7 @@ Name: %{pkg_name} Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 4 +Release: 5 Summary: The LLVM Linker License: NCSA @@ -145,6 +145,9 @@ rm %{buildroot}%{install_includedir}/mach-o/compact_unwind_encoding.h %{install_libdir}/liblld*.so.* %changelog +* Tue Jul 30 2024 liyunfei - 17.0.6-5 +- Disable toolchain_clang build for BiSheng Autotuner support temporary. + * Tue Jul 16 2024 liyunfei - 17.0.6-4 - Add BiSheng Autotuner support. -- Gitee