From 9a18ab013faa35f3ff351f718bce2223b072306e Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Wed, 25 Jun 2014 03:05:47 +0000 Subject: [PATCH] CodeGen/X86/pr20088.ll: Add -march=x86-64, or llc fails due to non-x86 default target. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211659 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/pr20088.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/pr20088.ll b/test/CodeGen/X86/pr20088.ll index d7aab7fcba4..3a829622424 100644 --- a/test/CodeGen/X86/pr20088.ll +++ b/test/CodeGen/X86/pr20088.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mattr=+avx | FileCheck %s +; RUN: llc < %s -march=x86-64 -mattr=+avx | FileCheck %s declare <16 x i8> @llvm.x86.sse41.pblendvb(<16 x i8>, <16 x i8>, <16 x i8>) -- 2.34.1