!9 Add BiSheng Autotuner support

From: @liyunfei33 
Reviewed-by: @cf-zhao 
Signed-off-by: @cf-zhao
This commit is contained in:
openeuler-ci-bot 2024-08-21 03:01:49 +00:00 committed by Gitee
commit 75bb152e04
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,8 @@
%bcond_without bisheng_autotuner
Name: lldb Name: lldb
Version: 17.0.6 Version: 17.0.6
Release: 1 Release: 2
Summary: Next generation high-performance debugger Summary: Next generation high-performance debugger
License: NCSA License: NCSA
@ -79,6 +81,9 @@ CXXFLAGS="%{optflags} -Wno-error=format-security"
-DLLVM_LIBDIR_SUFFIX=64 \ -DLLVM_LIBDIR_SUFFIX=64 \
%else %else
-DLLVM_LIBDIR_SUFFIX= \ -DLLVM_LIBDIR_SUFFIX= \
%endif
%if %{with bisheng_autotuner}
-DLLVM_ENABLE_AUTOTUNER=ON \
%endif %endif
\ \
-DPYTHON_EXECUTABLE:STRING=%{__python3} \ -DPYTHON_EXECUTABLE:STRING=%{__python3} \
@ -126,6 +131,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
%{python3_sitearch}/lldb %{python3_sitearch}/lldb
%changelog %changelog
* Tue Aug 20 2024 liyunfei <liyunfei33@huawei.com> - 17.0.6-2
- Add BiSheng Autotuner support.
* Mon Dec 4 2023 zhoujing <zhoujing@huawei.com> 17.0.6-1 * Mon Dec 4 2023 zhoujing <zhoujing@huawei.com> 17.0.6-1
- upgrade lldb to 17.0.6 - upgrade lldb to 17.0.6