Package mlir17.0-tools: Information

Binary package: mlir17.0-tools
Version: 17.0.1-alt4
Architecture: i586
Build time:  Oct 3, 2023, 01:35 AM in the task #330734
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: Arseny Maslennikov


Last changed


Sept. 30, 2023 Arseny Maslennikov 17.0.1-alt4
- Split libclang-cpp.so into its own package. (Closes: 44263)
- Split libclang.so into its own package, making clangX-libs a compat package
  which pulls both shared libraries in.
Sept. 28, 2023 Arseny Maslennikov 17.0.1-alt3
- clang: Restore the default disposition of -grecord-command-line.
- 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. 25, 2023 Arseny Maslennikov 17.0.1-alt2
- Readjusted CMake file validation fixes.