Disable toolchain_clang build

Disable toolchain_clang build for BiSheng Autotuner support temporary.

Signed-off-by: liyunfei <liyunfei33@huawei.com>
This commit is contained in:
liyunfei 2024-07-22 16:03:34 +08:00
parent 130f0d4d67
commit 4dce262ee7

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}
@ -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 <liyunfei33@huawei.com> - 17.0.6-13
- Disable toolchain_clang build for BiSheng Autotuner support temporary.
* Tue Jul 16 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-12
- Add BiSheng Autotuner support.