; CHECK-LABEL: @g
; Stack realignment not supported.
-; XFAIL: sparc
+; XFAIL: target=sparc{{.*}}
; NVPTX cannot select dynamic_stackalloc
; XFAIL: target=nvptx{{.*}}
; For some reason, the output when targetting sparc is not quite as expected.
-; XFAIL: sparc
+; XFAIL: target=sparc{{.*}}
; RUN: %llc_dwarf -O0 -filetype=obj -dwarf-linkage-names=All < %s | llvm-dwarfdump -debug-info - | FileCheck %s --implicit-check-not=DW_TAG
; RUN: llc -O0 -filetype=obj -o - %s | llvm-dwarfdump -v - | FileCheck %s
;
; Bug 47129
-; XFAIL: sparc
+; XFAIL: target=sparc{{.*}}
;
; CHECK: .debug_info contents:
; CHECK: [[LABEL_ORIGIN:0x[0-9a-zA-Z]+]]:{{ *}}DW_TAG_label
; RUN: %llc_dwarf %s -o - -filetype=obj | llvm-dwarfdump - | FileCheck %s -implicit-check-not=DW_TAG
;
; Issue #46473
-; XFAIL: sparc
+; XFAIL: target=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
; REQUIRES: object-emission
;
; Bug 47131
-; XFAIL: sparc
+; XFAIL: target=sparc{{.*}}
;
; This testcase tests the following flow:
; - File A defines a linkonce version of @foo which has inlined into @bar.