Package mlir16.0-tools: Information

    Binary package: mlir16.0-tools
    Version: 16.0.6-alt8
    Architecture: aarch64
    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: Various mlir-based tools
    Description: 
    MLIR is a novel approach to building reusable and extensible compiler infrastructure.
    MLIR aims to address software fragmentation, improve compilation for
    heterogeneous hardware, significantly reduce the cost of building domain
    specific compilers, and aid in connecting existing compilers together.
    
    This package contains some bundled tools.

    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.