[llvm] r351068 - [MIPS GlobalISel] Fix release build make-check after r351046
Petar Avramovic via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 14 06:12:43 PST 2019
Author: petar.avramovic
Date: Mon Jan 14 06:12:43 2019
New Revision: 351068
URL: http://llvm.org/viewvc/llvm-project?rev=351068&view=rev
Log:
[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.
Modified:
llvm/trunk/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir
Modified: llvm/trunk/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir?rev=351068&r1=351067&r2=351068&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir (original)
+++ llvm/trunk/test/CodeGen/Mips/GlobalISel/mips-prelegalizer-combiner/tryCombine.mir Mon Jan 14 06:12:43 2019
@@ -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}
More information about the llvm-commits
mailing list