[ubuntu/oracular-proposed] llvm-toolchain-snapshot 1:20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1 (Accepted)
Matthias Klose
doko at ubuntu.com
Sun Sep 22 09:55:31 UTC 2024
llvm-toolchain-snapshot (1:20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1) oracular; urgency=medium
* Regenerate the control file.
llvm-toolchain-snapshot (1:20~++20240921071058+b177a9b6efb6-1~exp1) experimental; urgency=medium
[ Matthias Klose ]
* Add a .gitignore file with all toplevel upstream files and directories.
* Add some memory tracking, getting some information on memory hogs.
* Don't require g++-multilib on s390x for newer Ubuntu releases.
* Factor-out ocaml architectures.
* Don't try to install xray and profile headers on armel and armhf.
* Disable ocaml on armhf, requires ocamlopt.
* Factor-out omp architectures.
* Disable openmp on riscv64 (ld: cannot find -lomptarget.rtl.host).
* Factor-out flang architectures.
* Disable flang on mips64el (currently not supported).
* Don't try to install hwasan_symbolize on x32.
* Don't try to install xray and profile headers on x32.
* Fix installation of the shared libllvm and libclang-cpp libraries
under their soname. Addresses: #1072200.
* Drop some of the unnecessary libllvm symlinks.
* debian/orig-tar.sh: Don't include .git/.github metadata.
* debian/rules: Don't create a stamp for the override_dh_auto_install target.
* debian/rules. Call again dh_ocaml. Closes: #1078235.
* Disable openmp on mips64el (ld: cannot find -lomptarget.rtl.host).
* Disable memory tracking on the Hurd and some ports architectures.
* Also explicitly link with -latomic on mips64el.
* Build without z3 on sh4 (ftbfs).
* Also configure with -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa".
* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.
* debian/tests/*: s/18/20/g.
* libllvm20: Restore the symlink /usr/lib/llvm-20/lib/libLLVM.so.1, apparently
CMake's LLVMExports.cmake requires it. But why?
* Disable z3 again for Ubuntu, and make the libz3-dev (build) dependency
conditional.
* Use -mxgot on mips64el.
* Disable tests on mips64el, they do timeout.
* Consolidate disabling CMake's package validation checks a bit.
* debian/qualify-clang.sh: Skip OpenMP test, if libomp-dev is not available.
* Disable CMake's package validation check for libLLVM.so.1.
* Disable the usage-wrapper/memory tracking by default.
* Limit lldb autopkg test to the lldb architectures.
* Generate debian/tests/* files.
* Replace LLDB_DISABLE_ARCHS macro with LLDB_ARCHS macro.
* Remove unused kfreebsd patches, and remove references to kfreebsd and s390.
* Remove references to alpha, hppa, powerpcspe and sh4.
* Fix usage-wrapper build dependency.
* Move the libLLVM.so.1 symlink into llvm-20-dev.
* debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not
available.
* Don't relax versioned shlibs dependencies for snapshot builds and
release versions.
* libllvm20: No symlinks in the llvm-20 subdir. Addresses: #1081192, #1082495.
[ Samuel Thibault ]
* Add hurd-amd64 support.
[ Aurelien Jarno ]
* Enable lldb on riscv64.
* Enable lldb autopkgtest on riscv64.
[ YunQiang Su ]
* also pass -mxgot in LDFLAGS.
* d/p/mips-mlir-xgot.diff: Pass -mxgot for mlir.
[ Sylvestre Ledru ]
* New snapshot release
* Remove clang-rename
https://github.com/llvm/llvm-project/commit/40c45b6b43180221acb49f387e7d3158adf49e3e
* Ensure that at least 1 CPU is used for build
Thanks to Santiago Vila for the patch
(Closes: #1082360)
* Remove clang-pseudo
https://github.com/llvm/llvm-project/pull/109154
Date: Sun, 22 Sep 2024 11:49:28 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
https://launchpad.net/ubuntu/+source/llvm-toolchain-snapshot/1:20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Sun, 22 Sep 2024 11:49:28 +0200
Source: llvm-toolchain-snapshot
Built-For-Profiles: noudeb
Architecture: source
Version: 1:20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1
Distribution: oracular
Urgency: medium
Maintainer: LLVM Packaging Team <pkg-llvm-team at lists.alioth.debian.org>
Changed-By: Matthias Klose <doko at ubuntu.com>
Closes: 1078235 1082360
Changes:
llvm-toolchain-snapshot (1:20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1) oracular; urgency=medium
.
* Regenerate the control file.
.
llvm-toolchain-snapshot (1:20~++20240921071058+b177a9b6efb6-1~exp1) experimental; urgency=medium
.
[ Matthias Klose ]
* Add a .gitignore file with all toplevel upstream files and directories.
* Add some memory tracking, getting some information on memory hogs.
* Don't require g++-multilib on s390x for newer Ubuntu releases.
* Factor-out ocaml architectures.
* Don't try to install xray and profile headers on armel and armhf.
* Disable ocaml on armhf, requires ocamlopt.
* Factor-out omp architectures.
* Disable openmp on riscv64 (ld: cannot find -lomptarget.rtl.host).
* Factor-out flang architectures.
* Disable flang on mips64el (currently not supported).
* Don't try to install hwasan_symbolize on x32.
* Don't try to install xray and profile headers on x32.
* Fix installation of the shared libllvm and libclang-cpp libraries
under their soname. Addresses: #1072200.
* Drop some of the unnecessary libllvm symlinks.
* debian/orig-tar.sh: Don't include .git/.github metadata.
* debian/rules: Don't create a stamp for the override_dh_auto_install target.
* debian/rules. Call again dh_ocaml. Closes: #1078235.
* Disable openmp on mips64el (ld: cannot find -lomptarget.rtl.host).
* Disable memory tracking on the Hurd and some ports architectures.
* Also explicitly link with -latomic on mips64el.
* Build without z3 on sh4 (ftbfs).
* Also configure with -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="M68k;Xtensa".
* debian/qualify-clang.sh: Don't check for libclang-cpp.so.$VERSION symlink.
* debian/tests/*: s/18/20/g.
* libllvm20: Restore the symlink /usr/lib/llvm-20/lib/libLLVM.so.1, apparently
CMake's LLVMExports.cmake requires it. But why?
* Disable z3 again for Ubuntu, and make the libz3-dev (build) dependency
conditional.
* Use -mxgot on mips64el.
* Disable tests on mips64el, they do timeout.
* Consolidate disabling CMake's package validation checks a bit.
* debian/qualify-clang.sh: Skip OpenMP test, if libomp-dev is not available.
* Disable CMake's package validation check for libLLVM.so.1.
* Disable the usage-wrapper/memory tracking by default.
* Limit lldb autopkg test to the lldb architectures.
* Generate debian/tests/* files.
* Replace LLDB_DISABLE_ARCHS macro with LLDB_ARCHS macro.
* Remove unused kfreebsd patches, and remove references to kfreebsd and s390.
* Remove references to alpha, hppa, powerpcspe and sh4.
* Fix usage-wrapper build dependency.
* Move the libLLVM.so.1 symlink into llvm-20-dev.
* debian/qualify-clang.sh: Skip llvmlibc test, if libllvmlibc-dev is not
available.
* Don't relax versioned shlibs dependencies for snapshot builds and
release versions.
* libllvm20: No symlinks in the llvm-20 subdir. Addresses: #1081192, #1082495.
.
[ Samuel Thibault ]
* Add hurd-amd64 support.
.
[ Aurelien Jarno ]
* Enable lldb on riscv64.
* Enable lldb autopkgtest on riscv64.
.
[ YunQiang Su ]
* also pass -mxgot in LDFLAGS.
* d/p/mips-mlir-xgot.diff: Pass -mxgot for mlir.
.
[ Sylvestre Ledru ]
* New snapshot release
* Remove clang-rename
https://github.com/llvm/llvm-project/commit/40c45b6b43180221acb49f387e7d3158adf49e3e
* Ensure that at least 1 CPU is used for build
Thanks to Santiago Vila for the patch
(Closes: #1082360)
* Remove clang-pseudo
https://github.com/llvm/llvm-project/pull/109154
Checksums-Sha1:
8217282ae5dcf4dd0caa79da56d2c2461f0854db 8164 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.dsc
32439e156072b97accc86512eb9f583840c9fc5a 166061308 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6.orig.tar.xz
2d9108fc64bc8a2e84107fe64c2185b0282c75c3 158352 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.debian.tar.xz
81e40584b077dfc62a19dad4640798eb873cc0c0 16292 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1_source.buildinfo
Checksums-Sha256:
a9c69d3b72d415ab1f8d788101564e311d9b0d8cf937f234f05e66d2c1a08660 8164 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.dsc
ced2f973d682ef6ab34ca651f64b6be1d1bd25abe1d9d40d07d90dfe5042d52f 166061308 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6.orig.tar.xz
0cc47cb5f123a83a4ab30eb7d2a3f6eef6574b8e5674a0aa78fa736f8f45b0aa 158352 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.debian.tar.xz
b2a2578aaa8d3df45388ff3dbb0c66f7e70b5f7040052efa20a791686a6cc477 16292 llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1_source.buildinfo
Files:
d4ef741bce670623cdf43246bfe4664b 8164 devel optional llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.dsc
ff4c55836b2d0aeb212feef9a893b1da 166061308 devel optional llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6.orig.tar.xz
0e5e7cefc0c50ba37136cee2c6157aa8 158352 devel optional llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1.debian.tar.xz
cc5068b108fdf52691ad475393481633 16292 devel optional llvm-toolchain-snapshot_20~++20240921071058+b177a9b6efb6-1~exp1ubuntu1_source.buildinfo
More information about the oracular-changes
mailing list