[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 02:23:39 PST 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG722ad3c48d63: [DebugInfo][test] XFAIL DebugInfo/Generic/no-empty-child-vars.ll on SPARC (authored by ro).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D120238/new/

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.410255.patch
Type: text/x-patch
Size: 582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220221/93da637f/attachment.bin>


More information about the llvm-commits mailing list