diff --git a/lld.spec b/lld.spec index 294cb0e56cb1a28e99d46e22dae3277155ca989c..a9a221a2fc88b268a3657e660abbe8674a8423e2 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.