Search Criteria
Package Details: mlir 22.1.5-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/mlir.git (read-only, click to copy) |
|---|---|
| Package Base: | mlir |
| Description: | Multi-Level IR Compiler Framework for LLVM |
| Upstream URL: | https://mlir.llvm.org/ |
| Licenses: | Apache-2.0 WITH LLVM-exception |
| Submitter: | HoshinoAya |
| Maintainer: | xantares |
| Last Packager: | xantares |
| Votes: | 6 |
| Popularity: | 0.002441 |
| First Submitted: | 2023-03-14 12:41 (UTC) |
| Last Updated: | 2026-05-09 09:22 (UTC) |
Dependencies (7)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- libgcc (libgcc-snapshotAUR)
- libstdc++ (libstdc++-snapshotAUR)
- llvm-libs (llvm-libs-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- llvm (llvm-gitAUR, llvm-minimal-gitAUR) (make)
Required by (1)
- flang (make)
Latest Comments
1 2 3 Next › Last »
dmk commented on 2026-02-15 15:29 (UTC)
Thank you very much for incorporating the lld-linker changes into the latest version! I really appreciate it.
dmk commented on 2026-02-02 23:12 (UTC) (edited on 2026-02-02 23:50 (UTC) by dmk)
I can confirm that @LeoTolstoi and @krystophny have correctly reported the problem with this package when attempting to compile it on CachyOS. I get the same result.
I tried the PKGBUILD fixes from @krystophny on both CachyOS and Arch. I can confirm that they work properly on CachyOS, and do not interfere with correct operation on Arch.
The reason for the fixes is to allow the LLVM libraries to be compiled to a more optimizable form, with more information in them than a normal linker can handle. This is what CachyOS does, and is why the current PKGBUILD does not work on CachyOS. Using the modified PKGBUILD on Arch does not change the way the Arch build works, however. It still uses the normal object files.
Consequently, I would like to request that the fixes be applied. Here they in diff form.
MartinDiehl commented on 2025-11-18 21:24 (UTC)
thank!
xantares commented on 2025-11-18 18:15 (UTC)
done
MartinDiehl commented on 2025-11-18 12:38 (UTC)
I needed a small adjustment to get rid of
No such file or directory #include "mlir/Dialect/Vector/Transforms/VectorTransformsEnums.h.inc"krystophny commented on 2025-11-07 20:32 (UTC) (edited on 2025-11-07 20:32 (UTC) by krystophny)
Please bump version and change linker to lld in order to support also CachyOS (should still work on vanilla Arch).
New PKGBUILD:
e-kwsm commented on 2025-10-31 06:25 (UTC)
This version is broken, see https://github.com/llvm/llvm-project/issues/160896.
gonsolo commented on 2025-10-29 22:05 (UTC)
What wanghaoran said: Missing keys. Even installing the key doesn't help.
wanghaoran commented on 2025-10-29 06:59 (UTC)
missing validpgpkeys '71046D1E9C6656BDD61171873E83BABF4A4F9E85'# Cullen Rhodes cullen.rhodes@arm.com , so is flang
xantares commented on 2025-09-28 07:32 (UTC) (edited on 2025-09-28 09:47 (UTC) by xantares)
maybe try to uninstall any previous version of mlir first, or get rid of any cache/build files, also it takes a lot of memory if you have -jx MAKEFLAGS set in makepkg.conf
1 2 3 Next › Last »