Revisions of llvm16

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1164600 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 12)
- Use old conflicts/provides for python3-clang on Leap.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1156030 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 11)
- 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's avatar Ana Guerrero (anag+factory) accepted request 1146290 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 10)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130465 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 9)
- Manage clang-cpp with update-alternatives like other binaries.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1119115 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 8)
- Disable zstd support for now regardless of whether libzstd-devel
  is installed. (boo#1216121)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093450 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 7)
- Update to version 16.0.6.
  * 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.
- Make python3-clang noarch again and fix conflicts/provides to
  point to %python3_sitelib instead of %python3_sitearch.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1090772 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 6)
- Update to version 16.0.5.
  * This release contains bug-fixes for the LLVM 16.0.0 release.
    This release is API and ABI compatible with 16.0.0.
- Rebase patches:
  * llvm-do-not-install-static-libraries.patch
  * llvm-remove-clang-only-flags.patch
- Enable ThinLTO on riscv64.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1087800 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 5)
- Update to version 16.0.4.
  * This release contains bug-fixes for the LLVM 16.0.0 release.
    This release is API and ABI compatible with 16.0.0.
- Rebase patches:
  * llvm-do-not-install-static-libraries.patch
  * llvm-remove-clang-only-flags.patch
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1086115 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 4)
- 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1082181 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 3)
- Update to version 16.0.2.
  * This release contains bug-fixes for the LLVM 16.0.0 release.
    This release is API and ABI compatible with 16.0.0.
- Rebase check-no-llvm-exegesis.patch.
- Rebase llvm-do-not-install-static-libraries.patch.
- Relax requirements for clang-tools to allow installation of older
  versions of libclang13 with the -devel package. (boo#1210176)
- Enable ThinLTO for ARM 6/7/8 again. (boo#1178070)
- bsc#1210383 - Add aarch64 to lldb platforms
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1077796 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 2)
- Update to version 16.0.1.
  * 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.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1073326 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 1)
- New major release version 16.0.0.
  * For details, see the release notes:
    - https://releases.llvm.org/16.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/16.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/16.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/16.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/16.0.0/tools/lld/docs/ReleaseNotes.html
  * New LLVM tools:
    - llvm-debuginfo-analyzer: Print a logical representation of
      low-level debug information.
    - llvm-remarkutil: Remark file utilities.
  * The test tool split-file is no longer installed.
  * New Clang tools:
    - amdgpu-arch and nvptx-arch: Tools used to detect locally
      available GPUs by the Clang OpenMP driver.
    - clang-include-cleaner: Standalone tool to determine which
      headers are used, using existing functionality in clangd.
    - clang-tblgen: Table Generation for Clang.
  * Removed Clang tools: clang-{nvlink,offload}-wrapper.
- Rebase patches:
  * assume-opensuse.patch
  * check-no-llvm-exegesis.patch
  * link-clang-shared.patch
  * llvm_build_tablegen_component_as_shared_library.patch
  * llvm-do-not-install-static-libraries.patch
  * llvm-suse-implicit-gnu.patch
  * llvm-workaround-superfluous-branches.patch
  * openmp-drop-rpath.patch
- Drop patches that have landed upstream:
  * clang-test-xfail-gnuless-triple.patch
  * CMake-Look-up-target-subcomponents-in-LLVM_AVAILABLE_LIBS.patch
  * libcxxabi-fix-armv7-test.patch
  * llvm-armv7-fix-vector-compare-with-zero-lowering.patch
  * llvm-link-atomic.patch
- Remove llvm-better-detect-64bit-atomics-support.patch that should
  not be required anymore.
- Add PGP signatures and keyring for source verification.
Displaying all 12 revisions
openSUSE Build Service is sponsored by