dev-ml/llvm: Mark broken test as XFAIL

Bug: https://github.com/llvm/llvm-project/issues/131115
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-16 15:14:16 +01:00
parent 2eaeacfb4a
commit 4e4d4e66ce

View File

@@ -96,6 +96,8 @@ src_compile() {
src_test() {
# respect TMPDIR!
local -x LIT_PRESERVES_TMP=1
# https://github.com/llvm/llvm-project/issues/131115
local -x LIT_XFAIL="Bindings/OCaml/debuginfo.ml"
cmake_build check-llvm-bindings-ocaml
}