forked from OSchip/llvm-project
Make test run on most platforms and only fail on cygwin/mingw while
it's being investigated for those. llvm-svn: 205704
This commit is contained in:
parent
8fae8ddab8
commit
57910ac671
|
@ -3,11 +3,8 @@
|
|||
|
||||
; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
|
||||
; FIXME: Investigating.
|
||||
; XFAIL: *
|
||||
; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s -o %t
|
||||
; RUN: llvm-dwarfdump %t | FileCheck %s
|
||||
; XFAIL: cygwin,mingw
|
||||
|
||||
; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt
|
||||
; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt
|
||||
|
|
Loading…
Reference in New Issue