Debian Package Tracker
Register | Log in
Subscribe

llvm-toolchain-20

Choose email to subscribe with

general
  • source: llvm-toolchain-20 (main)
  • version: 1:20.1.8-1~exp1
  • maintainer: LLVM Packaging Team (archive) (DMD)
  • uploaders: Sylvestre Ledru [DMD] – Gianfranco Costamagna [DMD]
  • arch: all any
  • std-ver: 4.7.0
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • exp: 1:20.1.8-1~exp1
versioned links
  • 1:20.1.8-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • bolt-20
  • clang-20 (1 bugs: 0, 1, 0, 0)
  • clang-20-doc
  • clang-20-examples
  • clang-format-20
  • clang-tidy-20
  • clang-tools-20
  • clangd-20
  • flang-20
  • libbolt-20-dev
  • libc++-20-dev
  • libc++-20-dev-wasm32
  • libc++1
  • libc++abi-20-dev
  • libc++abi-20-dev-wasm32
  • libc++abi1
  • libclang-20-dev
  • libclang-common-20-dev
  • libclang-cpp20
  • libclang-cpp20-dev
  • libclang-rt-20-dev
  • libclang-rt-20-dev-wasm32
  • libclang-rt-20-dev-wasm64
  • libclang1-20
  • libclc-20
  • libclc-20-dev
  • libflang-20-dev
  • libfuzzer-20-dev
  • liblld-20
  • liblld-20-dev
  • liblldb-20
  • liblldb-20-dev
  • libllvm-20-ocaml-dev
  • libllvm20
  • libllvmlibc-20-dev
  • libmlir-20
  • libmlir-20-dev
  • liboffload-20
  • liboffload-20-dev
  • libomp-20-dev
  • libomp-20-doc
  • libomp5-20
  • libpolly-20-dev
  • libunwind
  • libunwind-20-dev
  • lld-20
  • lldb-20
  • llvm-20
  • llvm-20-dev (1 bugs: 0, 1, 0, 0)
  • llvm-20-doc
  • llvm-20-examples
  • llvm-20-linker-tools
  • llvm-20-runtime
  • llvm-20-tools
  • mlir-20-tools
  • python3-clang-20
  • python3-lldb-20
action needed
6 open merge requests in Salsa normal
There are 6 open merge requests for this package on Salsa. You should consider reviewing and/or merging these merge requests.
Created: 2025-09-20 Last update: 2025-09-29 00:02
15 new commits since last upload, is it time to release? normal
vcswatch reports that this package seems to have new commits in its VCS but has not yet updated debian/changelog. You should consider updating the Debian changelog and uploading this new version into the archive.

Here are the relevant commit logs:
commit b86abd227f68ae4d72afb24f388027c21a598cc7
Merge: 9739081 f77f1b8
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Sep 24 10:53:29 2025 +0000

    Merge branch '20-qualify-multiarch' into '20'
    
    [20] Remove Multi-Arch: same from colliding liboffload-20 (but not libllvm20)
    
    See merge request pkg-llvm-team/llvm-toolchain!186

commit f77f1b8a4c72879735d4a8806c269350a47c15d2
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Sep 20 11:12:34 2025 +0100

    d/qualify-clang.sh: Also check for liboffload-VERSION{,-dev}
    
    Detects: #1116199
    Fixes: 7a04a387 "Ship liboffload in a new package"
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 72fe37b41568e4f83d01e86769e9fd23df620e39
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Sep 20 11:11:18 2025 +0100

    d/control.in: liboffload-20 can't be Multi-Arch: same
    
    It contains usr/lib/llvm-20/lib/libLLVMOffload.so.20.1 which collides
    with other architectures' instances of the same filename.
    
    Closes: #1116199
    Fixes: 7a04a387 "Ship liboffload in a new package"
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 82b9d45bc889114bbc3b488384d168c0d35e514a
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Sep 15 13:58:18 2025 +0100

    d/qualify-clang.sh: Assert M-A: same packages don't collide in usr/lib/llvm-${VERSION}
    
    Detects: #1100981
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 3f7711fa7a7adcf12aa2aad47273e70f8b0439be
Author: Simon McVittie <smcv@debian.org>
Date:   Mon Sep 15 13:55:57 2025 +0100

    d/qualify-clang.sh: Assert that libllvm${VERSION} is M-A: same
    
    Detects: #1106132, #1115227
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 4741eb4454b571266cf339d0054a860e589768d0
Author: Simon McVittie <smcv@debian.org>
Date:   Sat Sep 20 10:53:09 2025 +0100

    d/qualify-clang.sh: Remove clang major version from libc++1, libc++abi1, libunwind
    
    The major version was removed from the actual packages, but not from
    this test script.
    
    Fixes: 4b5eaa85 "Drop major versions from package names for libc++1/libc++abi1/libunwind"
    Signed-off-by: Simon McVittie <smcv@debian.org>

commit 9739081b51f15dd469b950b292f729ea78b3567e
Merge: 06565d1 8155396
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Tue Sep 9 17:01:12 2025 +0000

    Merge branch 'loong64-cmodel-medium-20' into '20'
    
    Add CFLAGS/CXXFLAGS -mcmodel=medium on loong64
    
    See merge request pkg-llvm-team/llvm-toolchain!174

commit 8155396577769d1ec40082f00927893eef803145
Author: Jianfeng Liu <liujianfeng1994@gmail.com>
Date:   Mon Aug 25 17:08:58 2025 +0800

    Add CFLAGS/CXXFLAGS -mcmodel=medium on loong64
    
    Signed-off-by: Jianfeng Liu <liujianfeng1994@gmail.com>

commit 06565d1cfb5c9481e8de13ea1063593fa98b84a0
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sun Aug 17 21:52:11 2025 +0200

    adjust lintian override

commit a9f03994b891dd3acb1cd6c32c3f54cc3f22a1c1
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sun Aug 17 21:40:42 2025 +0200

    prep upload

commit 0cf3c8262b9a24d1b3816d531956f788b49fe71f
Merge: c797bd7 4b5eaa8
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Fri Jun 13 18:21:54 2025 +0000

    Merge branch 'renamelibs-20' into '20'
    
    Revert SONAME changes from libs and instead drop major version from package name
    
    See merge request pkg-llvm-team/llvm-toolchain!171

commit 4b5eaa852fe09818da3c99951745622d9976d25f
Author: Andres Salomon <dilinger@queued.net>
Date:   Tue Jun 10 11:53:37 2025 -0400

    Drop major versions from package names for libc++1/libc++abi1/libunwind
    
    According to https://github.com/llvm/llvm-project/pull/132615
    https://github.com/llvm/llvm-project/blob/main/libcxx/docs/ABIGuarantees.rst
    we are guaranteed a stable ABI. Given that, let's make the libraries handled
    more like libc6.

commit 619e802984b885cab391ed8e508aea419162e9af
Author: Andres Salomon <dilinger@queued.net>
Date:   Mon Jun 9 14:23:05 2025 -0400

    revert "Modify libc++/libc++abi/libunwind SONAMEs to include major version"

commit c797bd798e1452b90b86ec1c1704cdf019260d6a
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Fri Jun 13 08:57:11 2025 +0200

    Remove "Provides: libunwind-dev" (Closes: #1100483)

commit 446ea32dc81d09bb037037d8a2f938a804827549
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Fri Jun 13 08:52:52 2025 +0200

    New upstream release
Created: 2025-06-17 Last update: 2025-09-29 00:02
RM: This package has been requested to be removed. normal
This package has been requested to be removed. This means that, when this request gets processed by an ftp-master, this package will no longer be in unstable, and will automatically be removed from testing too afterwards. If for some reason you want keep this package in unstable, please discuss so in the bug. Please see bug number #1116216 for more information.
Created: 2025-09-24 Last update: 2025-09-24 12:57
news
[rss feed]
  • [2025-08-25] Accepted llvm-toolchain-20 1:20.1.8-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2025-06-02] Accepted llvm-toolchain-20 1:20.1.6-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-05-27] Accepted llvm-toolchain-20 1:20.1.5-1~exp3 (source) into experimental (Sylvestre Ledru)
  • [2025-05-26] Accepted llvm-toolchain-20 1:20.1.5-1~exp2 (source) into experimental (Sylvestre Ledru)
  • [2025-05-22] Accepted llvm-toolchain-20 1:20.1.5-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-05-03] Accepted llvm-toolchain-20 1:20.1.4-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-04-16] Accepted llvm-toolchain-20 1:20.1.3-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-04-04] Accepted llvm-toolchain-20 1:20.1.2-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-03-21] Accepted llvm-toolchain-20 1:20.1.1-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-03-07] Accepted llvm-toolchain-20 1:20.1.0-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-02-27] Accepted llvm-toolchain-20 1:20.1.0~+rc3-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-02-25] Accepted llvm-toolchain-20 1:20.1.0~+rc2-1~exp2 (source) into experimental (Sylvestre Ledru)
  • [2025-02-12] Accepted llvm-toolchain-20 1:20.1.0~+rc2-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-02-08] Accepted llvm-toolchain-20 1:20.1.0~+rc1-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2025-02-08] Accepted llvm-toolchain-20 1:20~++20250130014317+8c2574832ed2-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
bugs [bug history graph]
  • all: 6
  • RC: 1
  • I&N: 3
  • M&W: 1
  • F&P: 1
  • patch: 0
links
  • homepage
  • buildd: logs, exp, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 1:20.1.8-0ubuntu4
  • 3 bugs

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing