forked from OSchip/llvm-project
Marking remote mcjit tests as XFAIL for cygwin (hopefully only temporarily).
llvm-svn: 168226
This commit is contained in:
parent
04ee2ef32b
commit
e643a80fba
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit -O0 -disable-lazy-compilation=false %s
|
||||
; XFAIL: arm, mingw32
|
||||
; XFAIL: arm, mingw32, cygwin
|
||||
|
||||
; The intention of this test is to verify that symbols mapped to COMMON in ELF
|
||||
; work as expected.
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
; RUN: %lli -mtriple=%mcjit_triple -use-mcjit -remote-mcjit %s > /dev/null
|
||||
; XFAIL: arm, mingw32
|
||||
; XFAIL: arm, mingw32, cygwin
|
||||
|
||||
@count = global i32 1, align 4
|
||||
|
||||
|
|
Loading…
Reference in New Issue