!9 Add BiSheng Autotuner support
From: @liyunfei33 Reviewed-by: @cf-zhao Signed-off-by: @cf-zhao
This commit is contained in:
commit
75bb152e04
10
lldb.spec
10
lldb.spec
@ -1,6 +1,8 @@
|
||||
%bcond_without bisheng_autotuner
|
||||
|
||||
Name: lldb
|
||||
Version: 17.0.6
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Next generation high-performance debugger
|
||||
|
||||
License: NCSA
|
||||
@ -79,6 +81,9 @@ CXXFLAGS="%{optflags} -Wno-error=format-security"
|
||||
-DLLVM_LIBDIR_SUFFIX=64 \
|
||||
%else
|
||||
-DLLVM_LIBDIR_SUFFIX= \
|
||||
%endif
|
||||
%if %{with bisheng_autotuner}
|
||||
-DLLVM_ENABLE_AUTOTUNER=ON \
|
||||
%endif
|
||||
\
|
||||
-DPYTHON_EXECUTABLE:STRING=%{__python3} \
|
||||
@ -126,6 +131,9 @@ rm -f %{buildroot}%{python3_sitearch}/six.*
|
||||
%{python3_sitearch}/lldb
|
||||
|
||||
%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
|
||||
- upgrade lldb to 17.0.6
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user