dev-ml/llvm: Reenable presumably fixed test

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2025-03-24 21:07:27 +01:00
parent eeee669fa0
commit 19064c8d91

View File

@@ -96,8 +96,6 @@ 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
}