Package clang15.0: Information

    Binary package: clang15.0
    Version: 15.0.7-alt6
    Architecture: armh
    Build time:  Oct 2, 2023, 10:45 PM in the task #330795
    Source package: llvm15.0
    Category: Development/C
    Report package bug
    Home page: http://llvm.org

    License: Apache-2.0 with LLVM-exception
    Summary: A C language family frontend for LLVM
    Description: 
    clang: noun
        1. A loud, resonant, metallic sound.
        2. The strident call of a crane or goose.
        3. C-language family front-end toolkit.
    
    The goal of the Clang project is to create a new C, C++, Objective C
    and Objective C++ front-end for the LLVM compiler. Its tools are built
    as libraries and designed to be loosely-coupled and extendable.

    Maintainer: Arseny Maslennikov


    Last changed


    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.
    Sept. 12, 2023 Konstantin Lepikhov 15.0.7-alt5
    - Fix FTBFS: add missing six module (yes upstream #D131304
      fixes this, but this change is too big).
    June 19, 2023 Konstantin Lepikhov 15.0.7-alt4
    - ppc64le: fix macro and build with clang.
    - clang: extend rocm device libs lookup path.