Package lld15.0: Information

    Binary package: lld15.0
    Version: 15.0.7-alt8
    Architecture: ppc64le
    Build time:  Feb 12, 2024, 08:48 PM in the task #340496
    Source package: llvm15.0
    Category: Development/C
    Report package bug
    Home page: http://llvm.org

    License: Apache-2.0 with LLVM-exception
    Summary: LLD - The LLVM Linker
    Description: 
    LLD is a linker from the LLVM project. That is a drop-in replacement for system
    linkers and runs much faster than them. It also provides features that are
    useful for toolchain developers.

    Maintainer: Konstantin Lepikhov


    Last changed


    Feb. 12, 2024 Konstantin Lepikhov 15.0.7-alt8
    - backport fix from llvm17.0:
      clang: fix wrong -print-runtime-dir on %ix86.
    Dec. 8, 2023 Konstantin Lepikhov 15.0.7-alt7
    - Applied fixes:
      clang: fix CUDA libdevice search path.
    Oct. 2, 2023 Arseny Maslennikov 15.0.7-alt6
    - Fix FTBFS: use llvm15.0 to build us explicitly.
    - clang: Pass --build-id=sha1 to linkers by default. (Closes: 47780)
      Both of these changes are applied to clangs we build ALT packages with; if we
      ever decouple clang-for-packages from clang-for-users, upstream behaviour can
      be restored for the latter.