forked from OSchip/llvm-project
Fix failing bot
This commit is contained in:
parent
fe0d1b6a8a
commit
5f87510c37
|
@ -1,10 +1,6 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
|
||||
; RUN: llc < %s -mtriple=x86_64-unknown-linux-gnu -mcpu=core2 | FileCheck -check-prefix=X64 %s
|
||||
|
||||
; 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 -check-prefix=R600 %s
|
||||
|
||||
declare void @llvm.memcpy.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind
|
||||
declare void @llvm.memcpy.inline.p0i8.p0i8.i64(i8* nocapture, i8* nocapture, i64, i1) nounwind
|
||||
|
||||
|
|
Loading…
Reference in New Issue