diff --git a/lldb.spec b/lldb.spec index b9ef20a6b86f91337b1f1b26560cf4747dd6711f..f758d653bc166bdd2d33f52ed239339722083d04 100644 --- a/lldb.spec +++ b/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 - 17.0.6-2 +- Add BiSheng Autotuner support. + * Mon Dec 4 2023 zhoujing 17.0.6-1 - upgrade lldb to 17.0.6