Package mlir17.0-tools: Information

Binary package: mlir17.0-tools
Version: 17.0.6-alt4.1
Architecture: ppc64le
Build time:  Apr 24, 2024, 12:47 AM in the task #345725
Source package: llvm17.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


April 23, 2024 Konstantin Lepikhov 17.0.6-alt4.1
- Fix FTBFS: scudo: Fix the use of ASSERT_CAPABILITY in TSD (upstream PR#68273).
- x86_64/ppc64le: compile with mold.
- lld: added /proc to requires.
March 29, 2024 Konstantin Lepikhov 17.0.6-alt4
- openmp: disable build due soname clash with next llvm.
- cmake-modules: move to %llvm_datadir.
March 19, 2024 Alexey Sheplyakov 17.0.6-alt3
- compiler-rt: build with medium code model on LoongArch. Required for
  chromium and other non-trivial apps, as the default code model is too
  tight (maximal code offset is 128 MB)