Debian Package Tracker
Register | Log in
Subscribe

llvm-toolchain-snapshot

Choose email to subscribe with

general
  • source: llvm-toolchain-snapshot (main)
  • version: 1:23~++20260204101751+dd02b404b020-1~exp1
  • maintainer: LLVM Packaging Team (archive) (DMD)
  • uploaders: Sylvestre Ledru [DMD] – Gianfranco Costamagna [DMD]
  • arch: all amd64 arm64 armel armhf hurd-i386 i386 m68k mips64el mipsel powerpc ppc64 ppc64el s390x sparc sparc64 x32
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • exp: 1:23~++20260204101751+dd02b404b020-1~exp1
versioned links
  • 1:22~++20251023025710+3f47a7be1ae6-1~exp5: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 1:23~++20260204101751+dd02b404b020-1~exp1: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • bolt-23
  • clang-23
  • clang-23-doc
  • clang-23-examples
  • clang-format-23
  • clang-tidy-23
  • clang-tools-23
  • clangd-23
  • flang-23
  • libbolt-23-dev
  • libc++-23-dev
  • libc++-23-dev-wasm32
  • libc++1
  • libc++abi-23-dev
  • libc++abi-23-dev-wasm32
  • libc++abi1
  • libclang-23-dev
  • libclang-common-23-dev
  • libclang-cpp23
  • libclang-cpp23-dev
  • libclang-rt-23-dev
  • libclang-rt-23-dev-wasm32
  • libclang-rt-23-dev-wasm64
  • libclang-rt-23-dev-win
  • libclang1-23
  • libclc-23
  • libclc-23-dev
  • libflang-23-dev
  • libfuzzer-23-dev
  • liblld-23
  • liblld-23-dev
  • liblldb-23
  • liblldb-23-dev
  • libllvm-23-ocaml-dev
  • libllvm23
  • libllvmlibc-23-dev
  • libmlir-23
  • libmlir-23-dev
  • liboffload-23
  • liboffload-23-dev
  • libomp-23-dev
  • libomp-23-doc
  • libomp5 (1 bugs: 0, 1, 0, 0)
  • libpolly-23-dev
  • libunwind-23-dev
  • lld-23
  • lldb-23
  • llvm-23
  • llvm-23-dev
  • llvm-23-doc
  • llvm-23-examples
  • llvm-23-linker-tools
  • llvm-23-runtime
  • llvm-23-tools
  • llvm-libunwind1
  • mlir-23-tools
  • python3-clang-23
  • python3-lldb-23
action needed
Debci reports failed tests high
  • unstable: fail (log)
    The tests ran in 0:05:36
    Last run: 2022-11-06T14:24:58.000Z
    Previous status: unknown

Created: 2022-06-27 Last update: 2026-03-15 10:02
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 1:23~++20260223043212+329cd8985d8a-1~exp3, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit 41f8858cdae4ccce00ea407987362529228cb091
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Thu Mar 5 10:18:36 2026 +0100

     Disable PCH on questing arm64 to avoid threading configuration mismatch

commit 98f590d4bdea3b3490cc7d8391a14db8fc4a78e1
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Mar 4 23:58:16 2026 +0100

    Fix missing directory structure for python3-lldb package
    
    Create site-packages/lldb directory before copying extension files
    to resolve build failures on bullseye S390x builds.

commit 7f0419ad68ca9217c3b3d0cfbf3cc90acd82d8d4
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Mar 4 22:16:08 2026 +0100

    Add hello fallback for lld build dependency. For bullseye s390x backport in particular

commit a4c4bb4e2be209a92728a02f0eb632be2a1d7a43
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Mar 4 18:31:05 2026 +0100

    Add hello fallback for lld build dependency
    
    Add | hello fallback for lld build dependency to handle cases
    where lld is not available in archived distributions like bullseye.
    This follows the existing pattern used for other optional dependencies.

commit 95be01e81a908018b3c58d215f4c55937125e714
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Mar 4 12:43:05 2026 +0100

    Remove patches/disable-omptest.diff for causing build errors:
    
    In file included from /build/source/openmp/tools/omptest/include/InternalEvent.h:17:
    /build/source/openmp/tools/omptest/include/InternalEventCommon.h:17:10: fatal error: 'omp-tools.h' file not found
       17 | #include "omp-tools.h"
          |          ^~~~~~~~~~~~~
    1 error generated.

commit bb5ace19dce668afd4eb2027c2336801cc9bfa26
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Mar 4 09:25:21 2026 +0100

    rebase of the patches

commit 267f4ca5c9b87bd0fe1c62273c2c21163113825c
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sat Feb 28 22:25:11 2026 +0100

    remove issue-54242.diff
    causes:
    
    -- Configuring done (19.9s)
    CMake Error: The inter-target dependency graph contains the following strongly connected component (cycle):
      "obj.MLIRExecutionEngine" of type OBJECT_LIBRARY
        depends on "MLIR" (weak)
      "MLIR" of type SHARED_LIBRARY
        depends on "obj.MLIRExecutionEngine" (strong)
    At least one of these targets is not a STATIC_LIBRARY.  Cyclic dependencies are allowed only among static libraries.
    CMake Generate step failed.  Build files cannot be regenerated correctly.

commit bedcb23bc00c9fe407725803d73e50ec6c8ecaf9
Author: Matthias Klose <doko@ubuntu.com>
Date:   Fri Feb 27 16:50:21 2026 +0100

      * Install a lit binary. Addresses: #1122910.
      * llvm-tools: Don't install the lit tests. Addresses: #1122909.

commit ac030b7a7976073a0c935c4cd3a229d80b5120eb
Author: Matthias Klose <doko@ubuntu.com>
Date:   Fri Feb 27 11:54:58 2026 +0100

      * d/rules: Only disable Z3 support for Ubuntu when it is in main.

commit 5552130f9e6169c27e37ac42b72d5ffab73e1cdd
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Thu Feb 26 10:39:35 2026 +0100

    remove llvm-bugpoint

commit 73b49531432385983fc627b745ba0cb11f7aba16
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Feb 25 19:53:01 2026 +0100

    lldb: support global config file, thanks to Nobert Lange

commit 9aea767ea590107281a69beb68997688a3645ce3
Author: Norbert Lange <nolange79@gmail.com>
Date:   Sun Feb 1 20:59:15 2026 +0100

    lldb: support global config file
    
    there does not seem to be a template to copy from other distros,
    so just use the "natural" path /etc/lldb.

commit a8e61dba4075b9140f91ddd3a534ee463bacf87a
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Tue Feb 24 17:51:27 2026 +0100

    try to unbreak the build on bullseye

commit be467f03e69c385eebe0c161168adf4877c153f3
Author: Matthias Klose <doko@ubuntu.com>
Date:   Wed Feb 25 13:15:57 2026 +0100

      * d/rules: Add safety check for enablement of the RVA23 baseline.

commit 7bb92ca9e3f399d3da87b2c6458a7dc2f46fd08a
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Wed Feb 25 09:41:00 2026 +0100

    rebase of the patches

commit 64973cecb6dd7c63c51a8ac86816d87de0f93e46
Author: Matthias Klose <doko@ubuntu.com>
Date:   Wed Feb 25 08:51:20 2026 +0100

      * d/rules: Don't use lld for backport build, when not available.

commit e24dc1696d3b5d4fcc83c4432ed3d867cb9da360
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Tue Feb 24 22:55:56 2026 +0100

    rebase of the patches

commit 42819eb6fee497a4eba956499641eefbdb331f34
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Mon Feb 23 16:56:58 2026 +0100

    refresh changelog

commit 93029f5d0768054607984644486a7fa69d10315d
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Mon Feb 23 16:09:49 2026 +0100

    fix the */*.bc path

commit ecc932f73dfa9084c71576dceb4cad53e830d04e
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Mon Feb 23 09:40:03 2026 +0100

    disable libclc-fix-symlink-paths.patch - not be needed anymore

commit 1c130bc173540db374c7f0c4d57533a1bbefc4ac
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sun Feb 22 13:16:23 2026 +0100

    try to see if we can use LIBCLC_TARGETS_TO_BUILD=all

commit f051ba54a7831b267d77353a58c50b438134a97c
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sun Feb 22 11:40:56 2026 +0100

    rename amdgcn-amd-amdhsa => amdgcn-amd-amdhsa-llvm renamed in https://github.com/llvm/llvm-project/commit/0b0dca5668e9233ac1ec44178559d732edc13268

commit b480fa10aade9f7cecb675b2c95fd6397d0d49ef
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Thu Feb 19 22:54:36 2026 +0100

    rebase of the patches

commit f4d7de0f12747385cb7379adcd2326a02d2bf44e
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Fri Feb 13 09:30:54 2026 +0100

    rebase of the patches (some has been merged upstream)

commit 7f23e9772316b3af05145025442a8c2413725f20
Author: Sylvestre Ledru <sylvestre@debian.org>
Date:   Sat Feb 7 13:25:56 2026 +0100

    Fix autopkgtest failure with CMake 4. thanks to Adrian Bunk

commit b76d7a1b19b0bdc0e50343a6a63a7e2cee91fa0e
Author: Adrian Bunk <bunk@debian.org>
Date:   Thu Feb 5 10:34:48 2026 +0200

    Fix autopkgtest failure with CMake 4

commit 2fa60af75d93ae37649250f988138780b3334398
Author: Matthias Klose <doko@ubuntu.com>
Date:   Thu Feb 5 11:39:02 2026 +0100

      * d/rules: Fix self-referencing macro.
Created: 2025-11-05 Last update: 2026-03-10 12:33
news
[rss feed]
  • [2026-02-13] Accepted llvm-toolchain-snapshot 1:23~++20260204101751+dd02b404b020-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2025-12-26] Accepted llvm-toolchain-snapshot 1:22~++20251225060819+966ae44e638b-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-11-05] Accepted llvm-toolchain-snapshot 1:22~++20251023025710+3f47a7be1ae6-1~exp5 (source) into experimental (Matthias Klose)
  • [2025-11-05] Accepted llvm-toolchain-snapshot 1:22~++20251023025710+3f47a7be1ae6-1~exp4 (source) into experimental (Matthias Klose)
  • [2025-10-30] Accepted llvm-toolchain-snapshot 1:22~++20251023025710+3f47a7be1ae6-1~exp3 (source) into experimental (Matthias Klose)
  • [2025-10-30] Accepted llvm-toolchain-snapshot 1:22~++20251023025710+3f47a7be1ae6-1~exp2 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Matthias Klose)
  • [2025-10-23] Accepted llvm-toolchain-snapshot 1:22~++20251023025710+3f47a7be1ae6-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-08-02] Accepted llvm-toolchain-snapshot 1:22~++20250731080150+be449d6b6587-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2025-06-12] Accepted llvm-toolchain-snapshot 1:21~++20250612091244+3f0cf742ac4e-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2025-03-24] Accepted llvm-toolchain-snapshot 1:21~++20250322080030+20b5728b7b1c-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2025-01-08] Accepted llvm-toolchain-snapshot 1:20~++20250107094038+ea14bdb0356c-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-12-12] Accepted llvm-toolchain-snapshot 1:20~++20241212011120+0cbdad4bd239-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-12-07] Accepted llvm-toolchain-snapshot 1:20~++20241205084449+66a0a081338d-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2024-10-09] Accepted llvm-toolchain-snapshot 1:20~++20241008102056+4d218caa7716-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-09-21] Accepted llvm-toolchain-snapshot 1:20~++20240921071058+b177a9b6efb6-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-07-27] Accepted llvm-toolchain-snapshot 1:20~++20240726085032+92a06546ab50-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2024-05-29] Accepted llvm-toolchain-snapshot 1:19~++20240529093513+2cfea14a57ad-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-04-21] Accepted llvm-toolchain-snapshot 1:19~++20240421021844+e095d978ba47-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2024-03-04] Accepted llvm-toolchain-snapshot 1:19~++20240304085905+c7fdd8c11e54-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2024-01-25] Accepted llvm-toolchain-snapshot 1:19~++20240125092523+41fe98a6e7e5-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2023-12-11] Accepted llvm-toolchain-snapshot 1:18~++20231211102647+75193b192ad9-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-12-03] Accepted llvm-toolchain-snapshot 1:18~++20231203063627+9f78edbd20ed-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-11-02] Accepted llvm-toolchain-snapshot 1:18~++20231102103655+18839aec4ed1-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-09-10] Accepted llvm-toolchain-snapshot 1:18~++20230910052457+7560356a832f-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-08-19] Accepted llvm-toolchain-snapshot 1:18~++20230818040015+c931f2e6fd0c-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • [2023-07-24] Accepted llvm-toolchain-snapshot 1:17~++20230724083402+862b93a8095c-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-07-22] Accepted llvm-toolchain-snapshot 1:17~++20230721092305+2ce662c5d596-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-07-09] Accepted llvm-toolchain-snapshot 1:17~++20230709044550+c54ff51be9c1-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-07-04] Accepted llvm-toolchain-snapshot 1:17~++20230701095046+dc6c8b8d1e35-1~exp1 (source) into experimental (Sylvestre Ledru)
  • [2023-01-29] Accepted llvm-toolchain-snapshot 1:17~++20230128060150+75153adeda1a-1~exp1 (source amd64 all) into experimental (Debian FTP Masters) (signed by: Sylvestre Ledru)
  • 1
  • 2
bugs [bug history graph]
  • all: 4
  • RC: 1
  • I&N: 2
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • buildd: logs, exp, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • debci

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