Disable memcpy-inline-fails.ll for windows

This commit is contained in:
Guillaume Chatelet 2020-03-16 14:10:08 +01:00
parent 46c34447f8
commit adc2e250a1
1 changed files with 1 additions and 0 deletions

View File

@ -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