From f9bc8189593a7c42967a13210aea54e784e978d1 Mon Sep 17 00:00:00 2001 From: liyunfei Date: Tue, 20 Aug 2024 20:25:10 +0800 Subject: [PATCH] Add BiSheng Autotuner support Signed-off-by: liyunfei (cherry picked from commit 69dca12ceac7733ed69b48212ce87faf76ebf892) --- lldb.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lldb.spec b/lldb.spec index b9ef20a..f758d65 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 -- Gitee