Сравнение mlir-22.1.7 с mlir-23.0.0.9999
| /usr/portage/llvm-core/mlir/mlir-23.0.0.9999.ebuild 2026-06-10 19:17:06.643664954 +0300 | ||
|---|---|---|
| 11 | 11 | |
| 12 | 12 |
LICENSE="Apache-2.0-with-LLVM-exceptions" |
| 13 | 13 |
SLOT="${LLVM_MAJOR}/${LLVM_SOABI}"
|
| 14 |
KEYWORDS="~amd64 ~arm64" |
|
| 15 |
IUSE="debug test" |
|
| 14 |
IUSE="+debug test" |
|
| 16 | 15 |
RESTRICT="!test? ( test )" |
| 17 | 16 | |
| 18 | 17 |
DEPEND=" |
| ... | ... | |
| 199 | 198 |
} |
| 200 | 199 | |
| 201 | 200 |
multilib_src_test() {
|
| 202 |
local known_xfail=( |
|
| 203 |
# https://github.com/llvm/llvm-project/pull/157885#issuecomment-3288095032 |
|
| 204 |
mlir-pdll-lsp-server/view-output.test |
|
| 205 |
) |
|
| 201 |
local known_xfail=() |
|
| 206 | 202 | |
| 207 | 203 |
case ${ABI} in
|
| 208 | 204 |
arm|ppc|x86) |
| 209 | 205 |
known_xfail+=( |
| 210 | 206 |
# MLIR is full of 64-bit assumptions, sigh |
| 211 | 207 |
# https://github.com/llvm/llvm-project/issues/124541 |
| 212 |
Conversion/MemRefToLLVM/memref-to-llvm.mlir |
|
| 213 | 208 |
Dialect/Bufferization/Transforms/one-shot-bufferize-pass-statistics.mlir |
| 214 | 209 |
Dialect/LLVMIR/sroa-statistics.mlir |
| 215 | 210 |
Dialect/Linalg/vectorize-tensor-extract.mlir |
| ... | ... | |
| 218 | 213 |
Dialect/Tensor/tracking-listener.mlir |
| 219 | 214 |
Pass/pipeline-stats-nested.mlir |
| 220 | 215 |
Pass/pipeline-stats.mlir |
| 216 |
# https://github.com/llvm/llvm-project/pull/157885#issuecomment-3288095032 |
|
| 217 |
mlir-pdll-lsp-server/view-output.test |
|
| 221 | 218 |
) |
| 222 | 219 |
;; |
| 223 | 220 |
esac |