summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetar Avramovic <Petar.Avramovic@rt-rk.com>2019-01-14 14:12:43 +0000
committerPetar Avramovic <Petar.Avramovic@rt-rk.com>2019-01-14 14:12:43 +0000
commitb469877749e0f3fd1cdc38b57831414f5bb167cd (patch)
tree8761b4d15dd8924771285375a8f98d4772d2bce6
parent3fbc325f485d10545e4dab53593d0234ce7c40d4 (diff)
downloadbcm5719-llvm-b469877749e0f3fd1cdc38b57831414f5bb167cd.tar.gz
bcm5719-llvm-b469877749e0f3fd1cdc38b57831414f5bb167cd.zip
[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. llvm-svn: 351068
-rw-r--r--llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir b/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir
index b451a1b58f2..a8b2db19e41 100644
--- a/llvm/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir
+++ b/llvm/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}
OpenPOWER on IntegriCloud