Add BiSheng Autotuner support
Signed-off-by: liyunfei <liyunfei33@huawei.com>
This commit is contained in:
parent
a0282fa8ec
commit
69dca12cea
10
lldb.spec
10
lldb.spec
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user