From a4d2283f74ba6d4398220ba0d201ef98d9d722a3 Mon Sep 17 00:00:00 2001 From: Petar Avramovic Date: Mon, 14 Jan 2019 14:12:43 +0000 Subject: [PATCH] [MIPS GlobalISel] Fix release build make-check after r351046 Add 'REQUIRES: asserts' to test that uses debug output in order to fix r351046 for buildbots that use release build. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@351068 91177308-0d34-0410-b5e6-96231b3b80d8 --- .../Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir b/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir index b451a1b58f2..a8b2db19e41 100644 --- a/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir +++ b/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir @@ -1,4 +1,5 @@ # RUN: llc -O0 -mtriple=mipsel-linux-gnu -run-pass=mips-prelegalizer-combiner -verify-machineinstrs -debug %s -o - 2>&1 | FileCheck %s -check-prefixes=MIPS32 +# REQUIRES: asserts --- | define void @f() {entry: ret void} -- 2.50.1