1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00

[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 80bdcf7e1e
commit 50afefa501
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
;