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