forked from OSchip/llvm-project
Disable memcpy-inline-fails.ll for windows
This commit is contained in:
parent
46c34447f8
commit
adc2e250a1
|
@ -1,3 +1,4 @@
|
|||
; XFAIL: windows-gnu,windows-msvc
|
||||
; NOTE: This is expected to fail on target that do not support memcpy.
|
||||
; RUN: llc < %s -mtriple=r600-unknown-linux-gnu 2> %t.err || true
|
||||
; RUN: FileCheck --input-file %t.err %s
|
||||
|
|
Loading…
Reference in New Issue