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

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 02:30:32 PST 2022


ro created this revision.
ro added reviewers: jmorse, luismarques.
Herald added subscribers: luke957, s.egerton, PkmX, simoncook, fedor.sergeev, jyknight.
ro requested review of this revision.
Herald added a subscriber: pcwang-thead.
Herald added a project: LLVM.

`DebugInfo/Generic/missing-abstract-variable.ll` `FAIL`s on SPARC.  When `x` is inlined into `a`, the variable `s` is elided completely, so the corresponding `CHECK`s fail.  Exactly the same happens on RISCV and the test has already been `XFAIL`ed there.

This patch does the same on SPARC.

Tested on `sparcv9-sun-solaris2.11`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119122

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
+; XFAIL: powerpc64, aarch64, arm64, hexagon, riscv, sparc
 
 ; Build from the following source with clang -O2.
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119122.406368.patch
Type: text/x-patch
Size: 587 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/6360cdfc/attachment.bin>


More information about the llvm-commits mailing list