Skip to content

Commit 722ad3c

Browse files
committed
[DebugInfo][test] XFAIL DebugInfo/Generic/no-empty-child-vars.ll on SPARC
`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`. Differential Revision: https://reviews.llvm.org/D120238
1 parent 2e15303 commit 722ad3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; RUN: %llc_dwarf %s -o - -filetype=obj | llvm-dwarfdump - | FileCheck %s -implicit-check-not=DW_TAG
22
;
3+
; Issue #46473
4+
; XFAIL: sparc
5+
;
36
; This tests that we do not create concrete variable DIEs for variables that
47
; have no location -- for both ways that LLVM-IR can express a variable with
58
; no location. It's possible to:

0 commit comments

Comments
 (0)