[llvm] r195333 - add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build

Kostya Serebryany kcc at google.com
Thu Nov 21 01:28:17 PST 2013


Author: kcc
Date: Thu Nov 21 03:28:16 2013
New Revision: 195333

URL: http://llvm.org/viewvc/llvm-project?rev=195333&view=rev
Log:
add 'REQUIRES: asserts' to a test that uses 'llc -debug'; this fixes the no-asserts build

Modified:
    llvm/trunk/test/CodeGen/Generic/isel-optnone.ll

Modified: llvm/trunk/test/CodeGen/Generic/isel-optnone.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Generic/isel-optnone.ll?rev=195333&r1=195332&r2=195333&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Generic/isel-optnone.ll (original)
+++ llvm/trunk/test/CodeGen/Generic/isel-optnone.ll Thu Nov 21 03:28:16 2013
@@ -1,4 +1,5 @@
 ; RUN: llc -debug < %s -o /dev/null 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 ; Verify that the backend correctly overrides the optimization level
 ; of optnone functions during instruction selection.





More information about the llvm-commits mailing list