Revisions of llvm15
Ana Guerrero (anag+factory)
accepted
request 1195708
from
Aaron Puchert (aaronpuchert)
(revision 15)
- Add minor version to Python shebangs. (boo#1212476) - Remove shebang and executable bit where not needed.
Ana Guerrero (anag+factory)
accepted
request 1164601
from
Aaron Puchert (aaronpuchert)
(revision 14)
- Use old conflicts/provides for python3-clang on Leap.
Ana Guerrero (anag+factory)
accepted
request 1156031
from
Aaron Puchert (aaronpuchert)
(revision 13)
- Explicitly define PYTHON3_EXECUTABLE, since python 3.11 is being pulled in by cmake in SLE-15-SP6. - Fix PowerPC triples: use powerpc[64[le]] instead of ppc[64[le]]. - Require 8 GB memory for 64-bit architectures to prevent OOM. - Disable test that fails on ppc64le. - Use %patch -P N instead of deprecated %patchN.
Ana Guerrero (anag+factory)
accepted
request 1146032
from
Factory Maintainer (factory-maintainer)
(revision 12)
Automatic submission by obs-autosubmit
Ana Guerrero (anag+factory)
accepted
request 1130466
from
Aaron Puchert (aaronpuchert)
(revision 11)
- Manage clang-cpp with update-alternatives like other binaries.
Ana Guerrero (anag+factory)
accepted
request 1119116
from
Aaron Puchert (aaronpuchert)
(revision 10)
- Disable zstd support for now regardless of whether libzstd-devel is installed. (boo#1216121)
Dominique Leuenberger (dimstar_suse)
accepted
request 1093401
from
Aaron Puchert (aaronpuchert)
(revision 9)
- Make python3-clang noarch again and fix conflicts/provides to point to %python3_sitelib instead of %python3_sitearch.
Dominique Leuenberger (dimstar_suse)
accepted
request 1070944
from
Aaron Puchert (aaronpuchert)
(revision 8)
- Add llvm-suse-implicit-gnu.patch to recognize <arch>-suse-linux as implicitly GNU. Without this we would get library calls for fused-multiply-add even if it's available in hardware. - Add openmp-drop-rpath.patch: backport revert of adding RUNPATH to openmp executables. (boo#1206837) - update constraints to exclude workers with very slow CPU
Dominique Leuenberger (dimstar_suse)
accepted
request 1059871
from
Aaron Puchert (aaronpuchert)
(revision 7)
- Update to version 15.0.7. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch. - Build stage 2 with -fno-plt on x86_64: since building with -Wl,-z,now the PLT stubs are basically dead code, so eliminating the indirection reduces the number of branches and improves code locality for the quite frequent cross-DSO calls. - Add llvm-workaround-superfluous-branches.patch: hints LLVM to eliminate branches until gh#llvm/llvm-project#28804 is solved.
Dominique Leuenberger (dimstar_suse)
accepted
request 1040098
from
Aaron Puchert (aaronpuchert)
(revision 6)
- Update to version 15.0.6. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch.
Dominique Leuenberger (dimstar_suse)
accepted
request 1036301
from
Aaron Puchert (aaronpuchert)
(revision 5)
- Update to version 15.0.5. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Remove obsolete lldb-swig-4.1.0-build-fix.patch. - Rebase llvm-do-not-install-static-libraries.patch.
Dominique Leuenberger (dimstar_suse)
accepted
request 1035533
from
Factory Maintainer (factory-maintainer)
(revision 4)
Automatic submission by obs-autosubmit
Dominique Leuenberger (dimstar_suse)
accepted
request 1031948
from
Aaron Puchert (aaronpuchert)
(revision 3)
- Update to version 15.0.3. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Add llvm-armv7-fix-vector-compare-with-zero-lowering.patch: Fix lowering of non-canonical vector comparison with zero on armv7, preventing a crash (boo#1204267, gh#llvm/llvm-project#58514). - Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0. - Rebase llvm-do-not-install-static-libraries.patch.
Richard Brown (RBrownFactory)
accepted
request 1008060
from
Aaron Puchert (aaronpuchert)
(revision 2)
- Update to version 15.0.2. * This release contains bug-fixes for the LLVM 15.0.0 release. This release is API and ABI compatible with 15.0.0. - Rebase llvm-do-not-install-static-libraries.patch.
Richard Brown (RBrownFactory)
accepted
request 1005588
from
Aaron Puchert (aaronpuchert)
(revision 1)
- Initial submit based on version 15.0.1. * For details, see the release notes: - https://releases.llvm.org/15.0.0/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/projects/libcxx/docs/ReleaseNotes.html - https://releases.llvm.org/15.0.0/tools/lld/docs/ReleaseNotes.html * New LLVM tools: - llvm-debuginfod: Provides debug info to remote hosts. - llvm-dwarfutil: Can copy and manipulate debug info. - llvm-remark-size-diff: Compute diff between remark files. * New Clang tools: - clang-offload-packager: Bundle multiple objects into single fat binaries including offload code. - clang-pseudo: Approximate heuristic parser for C++. - Rebase patches: * check-no-llvm-exegesis.patch * link-clang-tools-extra-shared.patch * lld-default-sha1.patch * llvm-do-not-install-static-libraries.patch * lto-disable-cache.patch - Drop patches that have landed upstream: * clang-repl-private-deps.patch * llvm-glibc-2-36.patch * llvm-scev-fix-isImpliedViaMerge.patch - Drop llvm-lifetime-for-rust.patch: this is now solved via attributes and LLVM doesn't need a hardcoded list of allocation functions anymore. - Add llvm-link-atomic.patch to fix build on ppc. - Add libcxx-test-library-path.patch to fix libc++ tests failing without RUNPATH on libc++.so. - Add libcxxabi-fix-armv7-test.patch to fix tests on armv7l. - Use correct LLVM_HOST_TRIPLE for riscv64. - Always drop -gnu from triple for consistency. Patch a test that was looking for -linux- in clang-test-xfail-gnuless-triple.patch.
Displaying all 15 revisions