Compare commits
12 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 09fd860bba | |||
|
|
26e7dafd60 | ||
| 931dd6074a | |||
|
|
2b86f7dbe3 | ||
|
|
e186df2fb7 | ||
| b4b0d49514 | |||
|
|
eed0becd1c | ||
| 524b427bfd | |||
|
|
6b33aed96c | ||
| e3e4431669 | |||
|
|
f1f8b49724 | ||
|
|
3af8c89006 |
42
llvm.changes
42
llvm.changes
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 7 21:51:15 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Update to version 21.
|
||||
* For details, see the release notes:
|
||||
- https://releases.llvm.org/21.1.0/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/21.1.0/tools/clang/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/21.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/21.1.0/projects/libcxx/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/21.1.0/tools/lld/docs/ReleaseNotes.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 31 06:48:44 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Enable lldb for riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 14:09:55 UTC 2025 - Hillwood Yang <hillwood@opensuse.org>
|
||||
|
||||
- Enable openmp and lldb for loongarch64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 21:13:49 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Enable LLDB Python bindings on Leap 15.6 and newer.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 23:02:19 UTC 2025 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Update to version 20.
|
||||
* For details, see the release notes:
|
||||
- https://releases.llvm.org/20.1.0/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/20.1.0/tools/clang/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/20.1.0/tools/clang/tools/extra/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/20.1.0/projects/libcxx/docs/ReleaseNotes.html
|
||||
- https://releases.llvm.org/20.1.0/tools/lld/docs/ReleaseNotes.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 20 09:08:08 UTC 2025 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Add libomp-devel on riscv64
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 6 15:24:59 UTC 2024 - Michal Suchanek <msuchanek@suse.de>
|
||||
|
||||
|
||||
12
llvm.spec
12
llvm.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package llvm
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,15 +16,15 @@
|
||||
#
|
||||
|
||||
|
||||
%define _sonum 19
|
||||
%define _sonum 21
|
||||
|
||||
%ifarch aarch64 ppc64 ppc64le %{ix86} x86_64
|
||||
%ifarch aarch64 %{ix86} loongarch64 ppc64 ppc64le riscv64 x86_64
|
||||
%global has_openmp 1
|
||||
%endif
|
||||
|
||||
%ifarch aarch64 ppc64le s390x x86_64
|
||||
%ifarch aarch64 loongarch64 ppc64le riscv64 s390x x86_64
|
||||
%define has_lldb 1
|
||||
%if %{suse_version} > 1600
|
||||
%if %{suse_version} >= 1600 || 0%{?sle_version} >= 150600
|
||||
%define has_lldb_python 1
|
||||
%endif
|
||||
%endif
|
||||
@@ -41,6 +41,8 @@ Obsoletes: %{1}15%{?2:-%{2}} \
|
||||
Obsoletes: %{1}16%{?2:-%{2}} \
|
||||
Obsoletes: %{1}17%{?2:-%{2}} \
|
||||
Obsoletes: %{1}18%{?2:-%{2}} \
|
||||
Obsoletes: %{1}19%{?2:-%{2}} \
|
||||
Obsoletes: %{1}20%{?2:-%{2}} \
|
||||
Obsoletes: %{1}7%{?2:-%{2}} \
|
||||
Obsoletes: %{1}8%{?2:-%{2}} \
|
||||
Obsoletes: %{1}9%{?2:-%{2}}
|
||||
|
||||
Reference in New Issue
Block a user