From cb7d7db1a2638ef73d70e39c67a0875da0ee21859b71fd60c7318fcaaf5da4ce Mon Sep 17 00:00:00 2001 From: Aaron Puchert Date: Fri, 8 Nov 2024 00:16:27 +0000 Subject: [PATCH] Accepting request 1222022 from home:michals - Enable lldb on s390x and ppc64le (bsc#1232906). OBS-URL: https://build.opensuse.org/request/show/1222022 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm19?expand=0&rev=6 --- llvm19.changes | 5 +++++ llvm19.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/llvm19.changes b/llvm19.changes index c6403d9..51f0487 100644 --- a/llvm19.changes +++ b/llvm19.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 6 15:24:59 UTC 2024 - Michal Suchanek + +- Enable lldb on s390x and ppc64le (bsc#1232906). + ------------------------------------------------------------------- Sat Nov 2 17:20:43 UTC 2024 - Aaron Puchert diff --git a/llvm19.spec b/llvm19.spec index 71fe7bc..227acb6 100644 --- a/llvm19.spec +++ b/llvm19.spec @@ -47,7 +47,7 @@ %bcond_without use_lld %endif -%ifarch aarch64 x86_64 +%ifarch aarch64 ppc64le s390x x86_64 %bcond_without lldb %if %{suse_version} > 1600 %bcond_without lldb_python