SHA256
1
0
forked from pool/llvm14
Commit Graph

68 Commits

Author SHA256 Message Date
Aaron Puchert
a533a95d72 - Expect s390x failures only on Tumbleweed.
- Make sure we drop -g for stage 1.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=18
2022-05-28 19:52:19 +00:00
Aaron Puchert
18d98014e4 - Undo macro-based job computation: requires RPM 4.16 which is not
available in Leap yet. (We're on 4.14 there.)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=17
2022-05-28 15:16:18 +00:00
Aaron Puchert
3b54262c5d Accepting request 979583 from home:aaronpuchert:branches:devel:tools:compiler
- Update to version 14.0.4.
  * This release contains bug-fixes for the LLVM 14.0.0 release.
    This release is API and ABI compatible with 14.0.0.
- Don't use gold for linking anymore: on s390x we use ld.bfd with
  LLVMgold.so, on ppc64 we disable ThinLTO for now.
- 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.
- Prefer RPM macros over shell scripting, so that we can better
  inspect the build script with substitutions in place.
- More memory for stage 1 build jobs due to recent OOMs.
- Add %_libclang_sonum RPM macro to llvm-devel, since that might
  now diverge from %_llvm_sonum.
- Rebase llvm-do-not-install-static-libraries.patch.

OBS-URL: https://build.opensuse.org/request/show/979583
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=16
2022-05-28 12:45:59 +00:00
Dominique Leuenberger
dc4ca4c90c Accepting request 974221 from devel:tools:compiler
- Update to version 14.0.3.
  * 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.
- Use ThinLTO with lld on i586.

OBS-URL: https://build.opensuse.org/request/show/974221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm14?expand=0&rev=3
2022-05-04 13:10:18 +00:00
Aaron Puchert
627f10bec9 - Revert ThinLTO for aarch64, lld for ppc64 and s390x (for now).
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=14
2022-05-01 20:24:23 +00:00
Aaron Puchert
9b078c979e - Update to version 14.0.3.
* 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.
- See if we can go without gold.
- Try enabling ThinLTO for aarch64.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=13
2022-04-30 12:43:59 +00:00
Dominique Leuenberger
54485eb612 Accepting request 972706 from devel:tools:compiler
- Update to version 14.0.1.
  * 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.
- Drop obsolete patches:
  * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch
- Don't override default linker flags. (We were losing -Wl,-z,now.)

OBS-URL: https://build.opensuse.org/request/show/972706
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm14?expand=0&rev=2
2022-04-29 22:44:28 +00:00
Aaron Puchert
7986fe3fcb - Update to version 14.0.1.
* 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.
- Drop obsolete patches:
  * PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch
- Don't override default linker flags. (We were losing -Wl,-z,now.)

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=11
2022-04-24 21:34:37 +00:00
Dominique Leuenberger
0142936dde Accepting request 969600 from devel:tools:compiler
- Update to version 14.0.0.
* For details, see the release notes:
- https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html
- https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html
- https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
- https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html
- https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html
* New LLVM tools:
- llvm-debuginfod-find: Tool to fetch debuginfod artifacts.
- llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker.
* New Clang tools:
- clang-linker-wrapper: A wrapper utility over the host linker.
- clang-nvlink-wrapper: A wrapper tool over nvlink program.
- Add clang-repl-private-deps.patch to make link dependencies of
clang-repl private, otherwise CMake can't install.
- Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to
fix build on PowerPC (32-bit).
- Drop llvm-exegesis-link-dylib.patch, instead we don't build
llvm-exegesis anymore and add check-no-llvm-exegesis.patch to
disable the corresponding tests.
- Rebase patches:
* lldb-cmake.patch
* llvm-do-not-install-static-libraries.patch
* lvm-normally-versioned-libllvm.patch
- Drop patches that have landed upstream:
* llvm-update-extract-section-script.patch

OBS-URL: https://build.opensuse.org/request/show/969600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm14?expand=0&rev=1
2022-04-14 15:22:55 +00:00
Aaron Puchert
33fff1dc71 - Keep behavior of patch.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=9
2022-04-13 00:39:01 +00:00
Aaron Puchert
9ac6309fc4 - Drop llvm-rust-mangle-for-fastcall.patch again: it's already
backported in upstream, somehow I missed that.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=8
2022-04-12 21:02:23 +00:00
Aaron Puchert
45602e73a0 - Actually add patch...
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=7
2022-04-12 20:52:22 +00:00
Aaron Puchert
65d4d69fab - Consistently set host triple as *-suse-linux-gnu*.
- Add llvm-rust-mangle-for-fastcall.patch for rust 1.59.
- Fix armv6hl cpu architecture typo.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=6
2022-04-12 20:47:18 +00:00
Aaron Puchert
15aa018b72 - Remove *-devel packages from baselibs, they don't seem to be
needed. We mostly need libLLVM and maybe libclang-cpp.
- Add more conflicts/requirements to satisfy installcheck.
- Fix paths in clang-tools.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=5
2022-04-09 19:44:00 +00:00
Aaron Puchert
7421a387d7 - Fix file list for Leap.
Seems like the libexec workaround is no longer needed.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=4
2022-04-05 08:23:10 +00:00
Aaron Puchert
af5d78596b - Try to fix Leap build by disabling libcxx in stage1.
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=3
2022-04-05 02:47:44 +00:00
Aaron Puchert
718ee78fd8 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=2
2022-04-05 00:25:57 +00:00
Martin Pluskal
a5973cd8b1 Accepting request 966700 from home:aaronpuchert:llvm-next
- Update to version 14.0.0.
  * For details, see the release notes:
    - https://releases.llvm.org/14.0.0/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/clang/tools/extra/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/projects/libcxx/docs/ReleaseNotes.html
    - https://releases.llvm.org/14.0.0/tools/lld/docs/ReleaseNotes.html
  * New LLVM tools:
    - llvm-debuginfod-find: Tool to fetch debuginfod artifacts.
    - llvm-tli-checker: LLVM TargetLibraryInfo versus SDK checker.
  * New Clang tools:
    - clang-linker-wrapper: A wrapper utility over the host linker.
    - clang-nvlink-wrapper: A wrapper tool over nvlink program.
- Add clang-repl-private-deps.patch to make link dependencies of
  clang-repl private, otherwise CMake can't install.
- Add PPCISelLowering-Avoid-emitting-calls-to-__multi3.patch to
  fix build on PowerPC (32-bit).
- Drop llvm-exegesis-link-dylib.patch, instead we don't build
  llvm-exegesis anymore and add check-no-llvm-exegesis.patch to
  disable the corresponding tests.
- Rebase patches:
  * lldb-cmake.patch
  * llvm-do-not-install-static-libraries.patch
  * lvm-normally-versioned-libllvm.patch
- Drop patches that have landed upstream:
  * llvm-update-extract-section-script.patch

OBS-URL: https://build.opensuse.org/request/show/966700
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=1
2022-04-04 11:49:45 +00:00