From 9a545b4a7522df18bcd6d1b4e99787df726dd4ef Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sat, 19 Jun 2021 19:01:37 +0200 Subject: [PATCH] --- lldb-experimental.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lldb-experimental.spec b/lldb-experimental.spec index b6f451f..bcf4361 100644 --- a/lldb-experimental.spec +++ b/lldb-experimental.spec @@ -1,6 +1,6 @@ %global fast 0 %global use_jankratochvil_dwz 1 -%global use_jankratochvil_uniqaddr 1 +%global use_jankratochvil_layout5 1 %global use_jankratochvil_ocaml_doc 1 %global use_jankratochvil_rust 0 %global pkg_prefix /opt/%{name} @@ -19,7 +19,7 @@ %endif Name: lldb-experimental Version: 13.0.0 -Release: 0.20210619snap0%{?dist} +Release: 0.20210619snap1%{?dist} Summary: Next generation high-performance debugger - experimental trunk snapshot License: NCSA URL: http://lldb.llvm.org/ @@ -93,7 +93,7 @@ This package is an experimental trunk snapshot. This package contains off-trunk DWZ support for Fedora debuginfos such as: unsupported DW_FORM values: 0x1f20 0x1f21 %endif -%if %{use_jankratochvil_uniqaddr} +%if %{use_jankratochvil_layout5} This package contains off-trunk: Support for libstdc++11 std::unique_ptr: [[no_unique_address]] %endif @@ -183,7 +183,7 @@ git config user.name jankratochvil %if %{use_jankratochvil_dwz} git merge jankratochvil/dwz %endif -%if %{use_jankratochvil_uniqaddr} +%if %{use_jankratochvil_layout5} git merge jankratochvil/layout5 %endif %if %{use_jankratochvil_ocaml_doc} -- 1.8.3.1