From 7271de2d199c936904a79d89f881e02047b45236 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lu=C3=ADs=20Marques?= Date: Mon, 13 Sep 2021 10:37:29 +0100 Subject: [PATCH] XFAIL test `missing-abstract-variable.ll` for RISC-V This test fails for many architectures. Also XFAIL for RISC-V. --- llvm/test/DebugInfo/Generic/missing-abstract-variable.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll index bd0de60..98d05f3 100644 --- a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll +++ b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll @@ -4,7 +4,7 @@ ; powerpc64 (and on x86_64 at at least -O2). Presumably this is a SelectionDAG ; issue. ; FIXME: arm64 is an alias for aarch64 on macs, apparently? -; XFAIL: powerpc64, aarch64, arm64, hexagon +; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv ; Build from the following source with clang -O2. -- 2.7.4