From 7b307bced386bf0d9f8862d6e504dfcf461b4efb Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Wed, 9 May 2018 11:17:30 +0000 Subject: [PATCH] [DebugInfo] Mark tests using -debug-only as REQUIRES: asserts llvm-svn: 331865 --- llvm/test/DebugInfo/Generic/debug-label-mi.ll | 1 + llvm/test/DebugInfo/Generic/debug-label-opt.ll | 1 + 2 files changed, 2 insertions(+) diff --git a/llvm/test/DebugInfo/Generic/debug-label-mi.ll b/llvm/test/DebugInfo/Generic/debug-label-mi.ll index df183d3d57e7..163b19029585 100644 --- a/llvm/test/DebugInfo/Generic/debug-label-mi.ll +++ b/llvm/test/DebugInfo/Generic/debug-label-mi.ll @@ -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 ; diff --git a/llvm/test/DebugInfo/Generic/debug-label-opt.ll b/llvm/test/DebugInfo/Generic/debug-label-opt.ll index 9b54d1d2e4ed..8440a16781c3 100644 --- a/llvm/test/DebugInfo/Generic/debug-label-opt.ll +++ b/llvm/test/DebugInfo/Generic/debug-label-opt.ll @@ -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 ;