llvm-core/mlir: Remove XFAIL for tests failing due to broken gcc

Now GCC 14.x with a few has been pushed, we can reenable the tests
(and stop the test suite from failing due to obsolete XFAILs).

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-06-06 17:46:17 +02:00
parent fda16649f6
commit 83d8be0fea

View File

@@ -194,12 +194,7 @@ multilib_src_compile() {
}
multilib_src_test() {
local known_xfail=(
# TODO: Gentoo-specific
# https://github.com/llvm/llvm-project/issues/124410
Dialect/SPIRV/IR/availability.mlir
Dialect/SPIRV/IR/target-env.mlir
)
local known_xfail=()
case ${ABI} in
arm|ppc|x86)