From d72330dd0976f3b323ec670f6500557f1ac9714f Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 29 Sep 2016 15:10:09 +0000 Subject: [PATCH] [X86] Add explicit test triple to make windows/msvc builds happier llvm-svn: 282719 --- llvm/test/CodeGen/X86/pr29112.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/X86/pr29112.ll b/llvm/test/CodeGen/X86/pr29112.ll index 11c4de41daf0..e39759a8c749 100644 --- a/llvm/test/CodeGen/X86/pr29112.ll +++ b/llvm/test/CodeGen/X86/pr29112.ll @@ -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>)