forked from pool/llvm14
Accepting request 986923 from devel:tools:compiler
- Update to version 14.0.6. * This release contains bug-fixes for the LLVM 14.0.0 release. This release is API and ABI compatible with 14.0.0. - Rebase llvm-do-not-install-static-libraries.patch. OBS-URL: https://build.opensuse.org/request/show/986923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm14?expand=0&rev=6
This commit is contained in:
commit
2727ad6af4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a8e2e3ce217f4c2682c3fe2d2691f826cf1f0ab0a1dff4b5b8f6264baa1f2a79
|
||||
size 18540588
|
BIN
clang-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
clang-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffc908179ee013be1f827591dcdabf93c721df77be0504ee4f7481ad746ec34e
|
||||
size 1413672
|
BIN
clang-docs-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
clang-docs-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:443d7d3dc1e2a39e36b4a99989065e0328da788e4df96fd359d60fce962b3edd
|
||||
size 2849700
|
BIN
clang-tools-extra-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
clang-tools-extra-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5235e48331a658df40f99dd1baca93b9622b917e62dc5e328883078ff8d23ca2
|
||||
size 2329224
|
BIN
compiler-rt-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
compiler-rt-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d4468606dda61620186bc9cce6424e8a07946ff61178d7480680018179bb329
|
||||
size 3064564
|
BIN
libcxx-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
libcxx-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4673ddd883e7b24f0aacbd0ed43fa2510e4c86e2ed3cbd91d20cf1f76e5a1bff
|
||||
size 561856
|
BIN
libcxxabi-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
libcxxabi-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8aa7be03500a37d8a1ff838f27c801648e2cb41828e7a8bc436d8d6e404224d8
|
||||
size 1366116
|
BIN
lld-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
lld-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:300084fc8295fac317620b4b9efab3f237891b231158522d136a5e91fbd78919
|
||||
size 10088700
|
BIN
lldb-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
lldb-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:234c8ed02ed1338aa4f0ffa955e45eb13abe7ba0032569d6bc17ae9334257b02
|
||||
size 49662028
|
BIN
llvm-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
llvm-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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-14.0.5.src/cmake/modules/AddClang.cmake
|
||||
Index: clang-14.0.6.src/cmake/modules/AddClang.cmake
|
||||
===================================================================
|
||||
--- a/clang-14.0.5.src/cmake/modules/AddClang.cmake
|
||||
+++ b/clang-14.0.5.src/cmake/modules/AddClang.cmake
|
||||
--- a/clang-14.0.6.src/cmake/modules/AddClang.cmake
|
||||
+++ b/clang-14.0.6.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-14.0.5.src/cmake/modules/AddLLD.cmake
|
||||
Index: lld-14.0.6.src/cmake/modules/AddLLD.cmake
|
||||
===================================================================
|
||||
--- a/lld-14.0.5.src/cmake/modules/AddLLD.cmake
|
||||
+++ b/lld-14.0.5.src/cmake/modules/AddLLD.cmake
|
||||
--- a/lld-14.0.6.src/cmake/modules/AddLLD.cmake
|
||||
+++ b/lld-14.0.6.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-14.0.5.src/cmake/modules/AddLLD.cmake
|
||||
if (${ARG_SHARED} AND NOT CMAKE_CONFIGURATION_TYPES)
|
||||
add_llvm_install_targets(install-${name}
|
||||
DEPENDS ${name}
|
||||
Index: polly-14.0.5.src/cmake/polly_macros.cmake
|
||||
Index: polly-14.0.6.src/cmake/polly_macros.cmake
|
||||
===================================================================
|
||||
--- a/polly-14.0.5.src/cmake/polly_macros.cmake
|
||||
+++ b/polly-14.0.5.src/cmake/polly_macros.cmake
|
||||
--- a/polly-14.0.6.src/cmake/polly_macros.cmake
|
||||
+++ b/polly-14.0.6.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-14.0.5.src/cmake/polly_macros.cmake
|
||||
endmacro(add_polly_library)
|
||||
|
||||
macro(add_polly_loadable_module name)
|
||||
Index: polly-14.0.5.src/lib/CMakeLists.txt
|
||||
Index: polly-14.0.6.src/lib/CMakeLists.txt
|
||||
===================================================================
|
||||
--- a/polly-14.0.5.src/lib/CMakeLists.txt
|
||||
+++ b/polly-14.0.5.src/lib/CMakeLists.txt
|
||||
--- a/polly-14.0.6.src/lib/CMakeLists.txt
|
||||
+++ b/polly-14.0.6.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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08668a33d57e1a26490749f6bad4c6899c594f2f56941014b925f04fe4b2a71a
|
||||
size 6601172
|
BIN
llvm-docs-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
llvm-docs-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 21:29:11 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
- Update to version 14.0.6.
|
||||
* This release contains bug-fixes for the LLVM 14.0.0 release.
|
||||
This release is API and ABI compatible with 14.0.0.
|
||||
- Rebase llvm-do-not-install-static-libraries.patch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 16 16:44:07 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _relver 14.0.5
|
||||
%define _relver 14.0.6
|
||||
%define _version %_relver%{?_rc:rc%_rc}
|
||||
%define _tagver %_relver%{?_rc:-rc%_rc}
|
||||
%define _minor 14.0
|
||||
%define _sonum 14
|
||||
%define _itsme14 1
|
||||
# Integer version used by update-alternatives
|
||||
%define _uaver 1405
|
||||
%define _uaver 1406
|
||||
%define _soclang 13
|
||||
%define _socxx 1
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1f74ede110ce1e2dc02fc163b04c4ce20dd49351407426e53292adbd4af6fdab
|
||||
size 1205528
|
BIN
openmp-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
openmp-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f97adf9281eb670d419b5f8dd6959aad9c65f728369269cee17494152a92f6d0
|
||||
size 9359768
|
BIN
polly-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
BIN
polly-14.0.6.src.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user