[PATCH] D134932: [DebugInfo][test] XFAIL DebugInfo/Generic/missing-abstract-variable.ll on LoongArch

Lu Weining via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 18:34:36 PDT 2022


SixWeining created this revision.
SixWeining added reviewers: xen0n, xry111, MaskRay, jmorse.
Herald added subscribers: StephenFan, luismarques, s.egerton, PkmX, simoncook, fedor.sergeev, arichardson, jyknight.
Herald added a project: All.
SixWeining requested review of this revision.
Herald added subscribers: llvm-commits, pcwang-thead.
Herald added a project: LLVM.

The same as SPARC and RISCV. See D119122 <https://reviews.llvm.org/D119122>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134932

Files:
  llvm/test/DebugInfo/Generic/missing-abstract-variable.ll


Index: llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
===================================================================
--- llvm/test/DebugInfo/Generic/missing-abstract-variable.ll
+++ 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.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134932.464123.patch
Type: text/x-patch
Size: 605 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220930/a36c1c90/attachment.bin>


More information about the llvm-commits mailing list