From: NAKAMURA Takumi Date: Thu, 7 Jan 2016 05:40:37 +0000 (+0000) Subject: llvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES asserts due to a debug option. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=cb57061984f6e6cde7e1b7aa4f954f50fd45ccfd llvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES asserts due to a debug option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@257031 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/statepoint-vector.ll b/test/CodeGen/X86/statepoint-vector.ll index eda7814e3d5..9d80e9217b4 100644 --- a/test/CodeGen/X86/statepoint-vector.ll +++ b/test/CodeGen/X86/statepoint-vector.ll @@ -1,4 +1,5 @@ ; RUN: llc -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s +; REQUIRES: asserts target triple = "x86_64-pc-linux-gnu"