Package clang16.0: Information

    Binary package: clang16.0
    Version: 16.0.6-alt8
    Architecture: armh
    Build time:  Jan 19, 2024, 07:38 AM in the task #333513
    Source package: llvm16.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: Konstantin Lepikhov


    Last changed


    Dec. 10, 2023 Konstantin Lepikhov 16.0.6-alt8
    - Applied fixes:
      + clang: fix CUDA libdevice search path.
    Nov. 17, 2023 Alexey Sheplyakov 16.0.6-alt7
    - spec: clang-devel does not fit into 4 GB on LoongArch, split clangTidy.a
      into a subpackage to avoid the problem. Fixes FTBFS on LoongArch.
    - LoongArch: made `llc --version` print a meaningful CPU name instead of
      '(unknown)' (upstream commit e53f41c39f3eb5052965c720d2cb517d2945fd12).
      Some CMake scripts (in particular pocl) rely on `Host CPU` to figure out
      the native target.
    - spec: do not restrict build concurrency on LoongArch (got enough CPU and
      RAM here).
    Sept. 30, 2023 Arseny Maslennikov 16.0.6-alt6
    - Restored clang-ALT-bug-40628-grecord-command-line.patch.
    - Made clang pass --build-id=sha1 to the linker.