Accepting request 1086115 from devel:tools:compiler

- Update to version 16.0.3.
  * This release contains bug-fixes for the LLVM 16.0.0 release.
    This release is API and ABI compatible with 16.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.

OBS-URL: https://build.opensuse.org/request/show/1086115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm16?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2023-05-12 18:34:18 +00:00 committed by Git OBS Bridge
commit 7141be0136
55 changed files with 64 additions and 56 deletions

BIN
clang-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
clang-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fa9a398a7d3274d1d38e9f7c01c068f7d6d80f08de45d01c40f7177cdb20097
size 20355248

BIN
clang-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

BIN
clang-docs-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dbbe9f3ce3e4cd6309ba099b8784842c8dc4a807cb76706491c99e92d07954e4
size 1550368

BIN
clang-tools-extra-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2c325489021fb6c3a44e9833e7f05f072398b1d0f6881e2fd935f932e75338c8
size 3151820

Binary file not shown.

BIN
cmake-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
cmake-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b6d83c91f12757030d8361dedc5dd84357b3edb8da406b5d0850df8b6f7798b1
size 9004

BIN
cmake-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

BIN
compiler-rt-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef39d0538f2038dc5c09008d5b8b49948beb0e3beecdb4698bc2f35bd577bfb8
size 2359672

Binary file not shown.

BIN
libcxx-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
libcxx-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:da3b0d508b2034835715432289dd48e4f9916327b86f889e079b05a19f5f8fd1
size 3655980

Binary file not shown.

BIN
libcxxabi-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:690bb840f2585f26bb45ba61fc43c29204c98978939f92e2c8abbb0e0bc20d66
size 573640

Binary file not shown.

BIN
lld-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
lld-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dabc19530f4cc7ec44fb7ac542fa4b5e0a8988991c6701bad4a8c131e8ba3a40
size 1453536

BIN
lld-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

BIN
lldb-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
lldb-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53df93c1175cd5a5d3cb69407e3cf2701eefc46207da89d0de8cc33d04d798bc
size 10378608

BIN
lldb-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

BIN
llvm-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
llvm-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d820e63bc3a6f4f833ec69a1ef49a2e81992e90bc23989f98946914b061ab6c7
size 56152600

BIN
llvm-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

View File

@ -2,10 +2,10 @@ This has similar effect as simply deleting the static libraries which we don't
want after installation. By not copying them in the first place we reduce the
disk usage during installation.
Index: clang-16.0.2.src/cmake/modules/AddClang.cmake
Index: clang-16.0.3.src/cmake/modules/AddClang.cmake
===================================================================
--- a/clang-16.0.2.src/cmake/modules/AddClang.cmake
+++ b/clang-16.0.2.src/cmake/modules/AddClang.cmake
--- a/clang-16.0.3.src/cmake/modules/AddClang.cmake
+++ b/clang-16.0.3.src/cmake/modules/AddClang.cmake
@@ -106,12 +106,15 @@ macro(add_clang_library name)
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY OR ARG_INSTALL_WITH_TOOLCHAIN)
@ -68,10 +68,10 @@ Index: cmake/modules/AddLLVM.cmake
endif()
if (ARG_MODULE)
set_target_properties(${name} PROPERTIES FOLDER "Loadable modules")
Index: lld-16.0.2.src/cmake/modules/AddLLD.cmake
Index: lld-16.0.3.src/cmake/modules/AddLLD.cmake
===================================================================
--- a/lld-16.0.2.src/cmake/modules/AddLLD.cmake
+++ b/lld-16.0.2.src/cmake/modules/AddLLD.cmake
--- a/lld-16.0.3.src/cmake/modules/AddLLD.cmake
+++ b/lld-16.0.3.src/cmake/modules/AddLLD.cmake
@@ -17,13 +17,6 @@ macro(add_lld_library name)
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
@ -86,10 +86,10 @@ Index: lld-16.0.2.src/cmake/modules/AddLLD.cmake
if (${ARG_SHARED} AND NOT CMAKE_CONFIGURATION_TYPES)
add_llvm_install_targets(install-${name}
DEPENDS ${name}
Index: polly-16.0.2.src/cmake/polly_macros.cmake
Index: polly-16.0.3.src/cmake/polly_macros.cmake
===================================================================
--- a/polly-16.0.2.src/cmake/polly_macros.cmake
+++ b/polly-16.0.2.src/cmake/polly_macros.cmake
--- a/polly-16.0.3.src/cmake/polly_macros.cmake
+++ b/polly-16.0.3.src/cmake/polly_macros.cmake
@@ -42,12 +42,14 @@ macro(add_polly_library name)
llvm_config(${name} ${LLVM_LINK_COMPONENTS})
endif( LLVM_LINK_COMPONENTS )
@ -110,10 +110,10 @@ Index: polly-16.0.2.src/cmake/polly_macros.cmake
endmacro(add_polly_library)
macro(add_polly_loadable_module name)
Index: polly-16.0.2.src/lib/CMakeLists.txt
Index: polly-16.0.3.src/lib/CMakeLists.txt
===================================================================
--- a/polly-16.0.2.src/lib/CMakeLists.txt
+++ b/polly-16.0.2.src/lib/CMakeLists.txt
--- a/polly-16.0.3.src/lib/CMakeLists.txt
+++ b/polly-16.0.3.src/lib/CMakeLists.txt
@@ -74,7 +74,7 @@ set_target_properties(PollyCore PROPERTI
# It depends on all library it needs, such that with
# LLVM_POLLY_LINK_INTO_TOOLS=ON, its dependencies like PollyISL are linked as

BIN
llvm-docs-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aad7bc6030d978baceb4d12ba70ef1e3af6e434f091d57a38e6b53f149c74cc7
size 7057412

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun May 7 18:34:15 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Update to version 16.0.3.
* This release contains bug-fixes for the LLVM 16.0.0 release.
This release is API and ABI compatible with 16.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
-------------------------------------------------------------------
Fri Apr 21 21:07:38 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>

View File

@ -16,14 +16,14 @@
#
%define _relver 16.0.2
%define _relver 16.0.3
%define _version %_relver%{?_rc:rc%_rc}
%define _tagver %_relver%{?_rc:-rc%_rc}
%define _minor 16.0
%define _sonum 16
%define _itsme16 1
# Integer version used by update-alternatives
%define _uaver 1602
%define _uaver 1603
%define _soclang 13
%define _socxx 1

BIN
openmp-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
openmp-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6ff2bb78c95d9b430203dcba50e41433e1f72696af7b2196c8056ac4bc9f2516
size 1278080

Binary file not shown.

BIN
polly-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

3
polly-16.0.3.src.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dcb885bd7251358bb5dd8992e972723577beb82dec11c56f326e8d06093e817
size 9364240

BIN
polly-16.0.3.src.tar.xz.sig Normal file

Binary file not shown.

BIN
third-party-16.0.2.src.tar.xz (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b964f570b6fb08da2e8f6570797e656dfa208b99c05ae92e4bfeffcfeaddd2b8
size 383436

Binary file not shown.