[llvm] r288567 - testcase only works in a debug build

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 2 17:42:33 PST 2016


Author: matze
Date: Fri Dec  2 19:42:32 2016
New Revision: 288567

URL: http://llvm.org/viewvc/llvm-project?rev=288567&view=rev
Log:
testcase only works in a debug build

Modified:
    llvm/trunk/test/CodeGen/AArch64/loh.mir

Modified: llvm/trunk/test/CodeGen/AArch64/loh.mir
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/loh.mir?rev=288567&r1=288566&r2=288567&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/loh.mir (original)
+++ llvm/trunk/test/CodeGen/AArch64/loh.mir Fri Dec  2 19:42:32 2016
@@ -1,4 +1,5 @@
 # RUN: llc -o /dev/null %s -mtriple=aarch64-apple-ios -run-pass=aarch64-collect-loh -debug-only=aarch64-collect-loh 2>&1 | FileCheck %s
+# REQUIRES: asserts
 --- |
   define void @func0() { ret void }
 




More information about the llvm-commits mailing list