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

llvm-svn: 331865
This commit is contained in:
Benjamin Kramer 2018-05-09 11:17:30 +00:00
parent ab34aa8294
commit 7b307bced3
2 changed files with 2 additions and 0 deletions

View File

@ -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
;

View File

@ -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
;