[llvm] r331865 - [DebugInfo] Mark tests using -debug-only as REQUIRES: asserts

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Wed May 9 04:17:30 PDT 2018


Author: d0k
Date: Wed May  9 04:17:30 2018
New Revision: 331865

URL: http://llvm.org/viewvc/llvm-project?rev=331865&view=rev
Log:
[DebugInfo] Mark tests using -debug-only as REQUIRES: asserts

Modified:
    llvm/trunk/test/DebugInfo/Generic/debug-label-mi.ll
    llvm/trunk/test/DebugInfo/Generic/debug-label-opt.ll

Modified: llvm/trunk/test/DebugInfo/Generic/debug-label-mi.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/debug-label-mi.ll?rev=331865&r1=331864&r2=331865&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/debug-label-mi.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/debug-label-mi.ll Wed May  9 04:17:30 2018
@@ -1,4 +1,5 @@
 ; Test DBG_LABEL MachineInstr for label debugging.
+; REQUIRES: asserts
 ; RUN: llc -fast-isel=false -debug-only=isel %s -o /dev/null 2> %t.debug
 ; RUN: cat %t.debug | FileCheck %s --check-prefix=CHECKMI
 ;

Modified: llvm/trunk/test/DebugInfo/Generic/debug-label-opt.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/Generic/debug-label-opt.ll?rev=331865&r1=331864&r2=331865&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/Generic/debug-label-opt.ll (original)
+++ llvm/trunk/test/DebugInfo/Generic/debug-label-opt.ll Wed May  9 04:17:30 2018
@@ -1,5 +1,6 @@
 ; Test DBG_LABEL MachineInstr under optimization.
 ; The test case is generated by clang with -O2 is on.
+; REQUIRES: asserts
 ; RUN: llc -fast-isel=false -debug-only=isel %s -o /dev/null 2> %t.debug
 ; RUN: cat %t.debug | FileCheck %s --check-prefix=CHECKMI
 ;




More information about the llvm-commits mailing list