From f25710c731dc96a9acc1fddacc262579dc01f256 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Fri, 30 Apr 2021 05:47:39 +0200 Subject: [PATCH] --- lldb-experimental.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lldb-experimental.spec b/lldb-experimental.spec index de7dc90..8ee3e84 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -19,7 +19,7 @@ %endif Name: lldb-experimental Version: 13.0.0 -Release: 0.20210429snap1%{?dist} +Release: 0.20210430snap0%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -207,8 +207,10 @@ FLAGS="$FLAGS -g0" # -fno-reorder-blocks-and-partition: # -gsplit-dwarf: Error: can't resolve `.text.unlikely' - `.LVL414' # https://bugzilla.redhat.com/show_bug.cgi?id=1573647 +%if 0%{?fedora} != 35 FLAGS="$FLAGS -fdebug-types-section" %endif +%endif # Rawhide Gold on lldb-experimental build: invalid symbol table name index && section_header_offset: bad shndx # https://bugzilla.redhat.com/show_bug.cgi?id=1954141 -- 1.8.3.1