From: Philip Reames Date: Thu, 7 Jan 2016 04:20:52 +0000 (+0000) Subject: One more attempt at stablizing a test on all platforms. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=5736485a06e1de646d16d6bc8a177b11664d55fb;p=oota-llvm.git 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 --- 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"