Skip to content

Commit 5dc3fbd

Browse files
Merge pull request #8672 from rastogishubham/FixTest
Modify gmlt.test to XFAIL on apple platforms correctly. (llvm#90779)
2 parents 655c399 + 58bff3e commit 5dc3fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/DebugInfo/Generic/gmlt.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump -v - | FileCheck %S/../Inputs/gmlt.ll
22

33
; There's a darwin specific test in X86/gmlt, so it's okay to XFAIL this here.
4-
; XFAIL: target={{.*}}-darwin{{.*}}
4+
; XFAIL: target={{.*}}-apple{{.*}}

0 commit comments

Comments
 (0)