From 5736485a06e1de646d16d6bc8a177b11664d55fb Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Thu, 7 Jan 2016 04:20:52 +0000 Subject: [PATCH] One more attempt at stablizing a test on all platforms. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257026 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/statepoint-vector.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/statepoint-vector.ll b/test/CodeGen/X86/statepoint-vector.ll index f19f77b529f..eda7814e3d5 100644 --- a/test/CodeGen/X86/statepoint-vector.ll +++ b/test/CodeGen/X86/statepoint-vector.ll @@ -1,4 +1,4 @@ -; RUN: llc -debug-only=stackmaps < %s | FileCheck %s +; RUN: llc -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s target triple = "x86_64-pc-linux-gnu" -- 2.34.1