forked from OSchip/llvm-project
[X86] Add explicit test triple to make windows/msvc builds happier
llvm-svn: 282719
This commit is contained in:
parent
32add8121d
commit
d72330dd09
|
@ -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>)
|
||||
|
||||
|
|
Loading…
Reference in New Issue