From 5bfd3196dfaeff5c851c828a958d9c9be953d3da Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Sat, 3 Dec 2016 01:42:32 +0000 Subject: [PATCH] testcase only works in a debug build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288567 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/loh.mir | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/AArch64/loh.mir b/test/CodeGen/AArch64/loh.mir index 4809eb5c92a..4c0689dccbb 100644 --- a/test/CodeGen/AArch64/loh.mir +++ b/test/CodeGen/AArch64/loh.mir @@ -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 } -- 2.50.1