forked from OSchip/llvm-project
Make this test Windows-only (try to placate buildbots).
llvm-svn: 285931
This commit is contained in:
parent
fca1ff0da2
commit
a1f241d1c3
|
@ -1,3 +1,4 @@
|
||||||
|
; REQUIRES: system-windows
|
||||||
; RUN: opt -mtriple=x86_64-pc-win32-coff %s -o - | lli
|
; RUN: opt -mtriple=x86_64-pc-win32-coff %s -o - | lli
|
||||||
|
|
||||||
@o = common global i32 0, align 4
|
@o = common global i32 0, align 4
|
||||||
|
|
Loading…
Reference in New Issue