[PATCH] D120238: [DebugInfo][test] XFAIL DebugInfo/Generic/no-empty-child-vars.ll on SPARC

Rainer Orth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 21 01:54:19 PST 2022


ro created this revision.
ro added reviewers: jmorse, dblaikie.
Herald added subscribers: fedor.sergeev, jyknight.
ro requested review of this revision.
Herald added a project: LLVM.

`DebugInfo/Generic/no-empty-child-vars.ll` `FAIL`s on SPARC.  As discussed in D95617 <https://reviews.llvm.org/D95617>, this is yet another instance of Issue #46473.

As was done for other failures due to this bug, this patch `XFAIL`s the test.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120238

Files:
  llvm/test/DebugInfo/Generic/no-empty-child-vars.ll


Index: llvm/test/DebugInfo/Generic/no-empty-child-vars.ll
===================================================================
--- llvm/test/DebugInfo/Generic/no-empty-child-vars.ll
+++ llvm/test/DebugInfo/Generic/no-empty-child-vars.ll
@@ -1,5 +1,8 @@
 ; RUN: %llc_dwarf %s -o - -filetype=obj | llvm-dwarfdump - | FileCheck %s -implicit-check-not=DW_TAG
 ;
+; Issue #46473
+; XFAIL: sparc
+;
 ; This tests that we do not create concrete variable DIEs for variables that
 ; have no location -- for both ways that LLVM-IR can express a variable with
 ; no location. It's possible to:


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D120238.410248.patch
Type: text/x-patch
Size: 582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/9af42090/attachment.bin>


More information about the llvm-commits mailing list