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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 29 08:10:09 PDT 2016


Author: rksimon
Date: Thu Sep 29 10:10:09 2016
New Revision: 282719

URL: http://llvm.org/viewvc/llvm-project?rev=282719&view=rev
Log:
[X86] Add explicit test triple to make windows/msvc builds happier

Modified:
    llvm/trunk/test/CodeGen/X86/pr29112.ll

Modified: llvm/trunk/test/CodeGen/X86/pr29112.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pr29112.ll?rev=282719&r1=282718&r2=282719&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/pr29112.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pr29112.ll Thu Sep 29 10:10:09 2016
@@ -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>)
 




More information about the llvm-commits mailing list