[X86] Add explicit test triple to make windows/msvc builds happier

llvm-svn: 282719
This commit is contained in:
Simon Pilgrim 2016-09-29 15:10:09 +00:00
parent 32add8121d
commit d72330dd09
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: llc < %s -march=x86-64 -mattr=+avx512f | FileCheck %s
; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+avx512f | FileCheck %s
declare <4 x float> @foo(<4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>, <4 x float>)