!138 [sync] PR-129: Disable toolchain_clang build for BiSheng Autotuner support temporary

From: @openeuler-sync-bot 
Reviewed-by: @liyunfei33 
Signed-off-by: @liyunfei33
This commit is contained in:
openeuler-ci-bot 2024-09-05 06:27:45 +00:00 committed by Gitee
commit 1be51cbfdc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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}
@ -43,7 +43,7 @@
Name: %{pkg_name}
Version: %{clang_version}
Release: 19
Release: 20
Summary: A C language family front-end for LLVM
License: NCSA
@ -412,6 +412,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C ./_build
%{install_bindir}/git-clang-format
%changelog
* Tue Jul 30 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-20
- Disable toolchain_clang build for BiSheng Autotuner support temporary.
* Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-19
- Add BiSheng Autotuner support.