From: Weining Lu Date: Fri, 30 Sep 2022 01:29:43 +0000 (+0800) Subject: [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on LoongArch X-Git-Tag: upstream/17.0.6~31810 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6faac7b822aa397e29d5e9ea7514bfc7286b28b0;p=platform%2Fupstream%2Fllvm.git [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on LoongArch The same as SPARC and RISCV. See D119122. Differential Revision: https://reviews.llvm.org/D134932 --- diff --git a/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll b/llvm/test/DebugInfo/Generic/missing-abstract-variable.ll index 8f8d404..80e278e 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, riscv, sparc +; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc, loongarch ; Build from the following source with clang -O2.