Revisions of llvm13

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1164603 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 19)
- Use old conflicts/provides for python3-clang on Leap.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1156033 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 18)
- 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]].
- Disable test that fails on ppc64le.
- Use %patch -P N instead of deprecated %patchN.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1146054 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 17)
Automatic submission by obs-autosubmit
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1130634 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 16)
- Manage clang-cpp with update-alternatives like other binaries.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1093399 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 15)
- Fix conflicts/provides for python3-clang to point to
  %python3_sitelib instead of %python3_sitearch.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1086803 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 14)
- Don't use gold for linking anymore: on s390x we use ld.bfd with
  LLVMgold.so, on ppc64 we disable ThinLTO for now. (boo#1210688)
- Using ld.bfd on s390x exposed an issue with the existing
  llvm_build_tablegen_component_as_shared_library.patch: linking
  llvm-tblgen with libLLVM.so means we also have to link libraries
  used for that (like LLVMTableGenGlobalISel) with libLLVM.so.
- Rewrite summary and description for llvm-gold to point out that
  it can also be used with ld.bfd, recommend with binutils.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1074338 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 13)
- Add llvm-gcc13-issue55711.patch
  * Fix gh#llvm/llvm-project#55711 with gcc13
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1032340 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 12)
- Add lldb-swig-4.1.0-build-fix.patch: Fix build with Swig 4.1.0.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1001714 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 11)
- Make sure we keep -DNDEBUG. At some point %{optflags} must have
  lost it, perhaps because CMake usually adds it on top. So when
  overriding CMAKE_{C,CXX}_FLAGS_RELWITHDEBINFO, we make sure to
  take over the other flags. We drop LLVM_ENABLE_ASSERTIONS=OFF,
  because that's the default anyway and hasn't helped here.
- Add llvm-glibc-2-36.patch in order to address boo#1202215.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 972707 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 10)
- Don't override default linker flags. (We were losing -Wl,-z,now.)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 969598 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 9)
- Split up Clang libraries: libclang.so is no longer so-versioned
  alongside LLVM but will stay at libclang.so.13 for now. So we
  put it into a separate package from libclang-cpp.so. Since we
  can't have multiple LLVM versions generate the same package, we
  prefix it for the non-default LLVM with a mechanism inspired by
  the GCC packaging.
- Patch exported clang/ClangTargets-relwithdebinfo.cmake to refer
  to libclang only by soname, because the installed library might
  be newer than the one originally build with the package.
- Use the same mechanism to for libc++ and package Clang scripts
  only for the default version. This means we'll no longer have to
  touch the package when a new major version comes out.
- Make sure we properly clean up the clang scripts if we're not
  packaging them.
- Let python3-clang use libclang.so.XX, which means we can always
  build it and makes it depend on libclang instead of clang-devel.
- Fix some rpmlint issues: we don't need explicit library
  dependencies that are detected automatically, and we add proper
  library dependencies to the *-devel packages.
- Merge llvm-LTO-devel into llvm-devel. That's where the header
  files already are, and they are hard to separate.
- Let llvm-polly-devel depend on llvm-devel.
- Remove libLTO and *-devel packages from baselibs, they don't
  seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
- Consistently set host triple as *-suse-linux-gnu*.
- Only suggest documentation packages.
- Add llvm-rust-mangle-for-fastcall.patch for rust 1.59.
- Fix armv6hl cpu architecture typo.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 957799 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 8)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 952965 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 7)
- Add SUSE_Backports_policy-SLE_conflict to rpmlintrc, we're
  deliberately conflicting with SLE here to offer a newer version
  than what SUSE wants to support.
  (https://code.opensuse.org/leap/features/issue/55)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 951461 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 6)
- Update to version 13.0.1.
  * This release contains bug-fixes for the LLVM 13.0.0 release.
    This release is API and ABI compatible with 13.0.0.
- Rebase llvm-do-not-install-static-libraries.patch.
- Drop obsolete patches:
  * llvm-fix-building-with-GCC-12.patch
- Drop RUNPATH from packaged binaries, instead set LD_LIBRARY_PATH
  for building and testing to simulate behavior of actual package.
- Update constraints for riscv64
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 949357 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 5)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 942459 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 4)
Automatic submission by obs-autosubmit
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 932977 from Alberto Planas Dominguez's avatar Alberto Planas Dominguez (aplanas) (revision 3)
- Add FileCheck into the devel package, as is required for testing
  Rust (boo#1192629)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 930567 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 2)
Automatic submission by obs-autosubmit
Richard Brown's avatar Richard Brown (RBrownSUSE) accepted request 923001 from Aaron Puchert's avatar Aaron Puchert (aaronpuchert) (revision 1)
- New version 13.0.0.
  * For details, see the release notes:
    - https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/13.0.0/tools/lld/docs/ReleaseNotes.html
  * New LLVM tools:
    - llvm-otool: Mach-O object file displaying tool.
    - llvm-sim: LLVM IR Similarity Visualizer.
    - llvm-tapi-diff: Diff tool for tbd files.
    - llvm-windres: Tool to manipulate Windows resources.
  * llvm-elfabi was removed.
  * New Clang tools:
    - clang-repl, an interactive interpreter for C/C++.
    - intercept-build, analyze-build: the former intercepts build
      commands to build a compilation database, the latter runs
      the static analyzer over all translation units.
    - scan-build-py: Python reimplementation of scan-build.
- Rebase patches:
  * link-clang-shared.patch
  * llvm-do-not-install-static-libraries.patch
  * llvm-exegesis-link-dylib.patch
- Drop patches that have landed upstream:
  * tablegen-test-link-static.patch
- Run tests on more architectures, disable those that seem to hang.
  Don't run libcxx tests at all anymore because they take so long.
- Relax constraints so that we can build on more machines.
Displaying all 19 revisions
openSUSE Build Service is sponsored by