Пакет mlir16.0-tools: Информация

    Бинарный пакет: mlir16.0-tools
    Версия: 16.0.6-alt8
    Архитектура: x86_64
    Собран:  19 января 2024 г. 7:38 в задании #333513
    Исходный пакет: llvm16.0
    Категория: Разработка/C
    Сообщить об ошибке в пакете
    Домашняя страница: http://llvm.org

    Лицензия: Apache-2.0 with LLVM-exception
    О пакете: Various mlir-based tools
    Описание: 
    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.

    Сопровождающий: Konstantin Lepikhov


    Последнее изменение


    10 декабря 2023 г. Konstantin Lepikhov 16.0.6-alt8
    - Applied fixes:
      + clang: fix CUDA libdevice search path.
    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).
    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.