Skip to content

Commit

Permalink
Modify gmlt.test to XFAIL on apple platforms correctly. (#90779)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastogishubham committed May 1, 2024
1 parent 3502d34 commit 37277d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/test/DebugInfo/Generic/gmlt.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
; RUN: %llc_dwarf -O0 -filetype=obj < %S/../Inputs/gmlt.ll | llvm-dwarfdump -v - | FileCheck %S/../Inputs/gmlt.ll

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

0 comments on commit 37277d8

Please sign in to comment.