From ecb26c9a2fb9c7cf80a749e6025f5721f520e26a Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Thu, 29 Aug 2019 00:46:57 +0000 Subject: [PATCH] Add requirement to test. -debug-only option for llc is only available in debug builds so "REQUIRES: asserts" is needed in the tes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@370279 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll b/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll index a93184e237e..7d6ba8489b7 100644 --- a/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll +++ b/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll @@ -1,4 +1,5 @@ ; RUN: not llc %s -mtriple aarch64-unknown-unknown -debug-only=aarch64-call-lowering -global-isel -o - 2>&1 | FileCheck %s +; REQUIRES: asserts ; CHECK: Cannot lower musttail calls yet. ; CHECK-NEXT: LLVM ERROR: unable to translate instruction: call (in function: foo) -- 2.40.0