[llvm] r257031 - llvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES asserts due to a debug option.

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 21:40:37 PST 2016


Author: chapuni
Date: Wed Jan  6 23:40:37 2016
New Revision: 257031

URL: http://llvm.org/viewvc/llvm-project?rev=257031&view=rev
Log:
llvm/test/CodeGen/X86/statepoint-vector.ll REQUIRES asserts due to a debug option.

Modified:
    llvm/trunk/test/CodeGen/X86/statepoint-vector.ll

Modified: llvm/trunk/test/CodeGen/X86/statepoint-vector.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/statepoint-vector.ll?rev=257031&r1=257030&r2=257031&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/statepoint-vector.ll (original)
+++ llvm/trunk/test/CodeGen/X86/statepoint-vector.ll Wed Jan  6 23:40:37 2016
@@ -1,4 +1,5 @@
 ; RUN: llc -mcpu=core-avx -debug-only=stackmaps < %s | FileCheck %s
+; REQUIRES: asserts
 
 target triple = "x86_64-pc-linux-gnu"
 




More information about the llvm-commits mailing list