From: Matthias Braun Date: Sat, 3 Dec 2016 01:42:32 +0000 (+0000) Subject: testcase only works in a debug build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5bfd3196dfaeff5c851c828a958d9c9be953d3da;p=llvm testcase only works in a debug build git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@288567 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 }