]> granicus.if.org Git - llvm/commitdiff
Add requirement to test.
authorRichard Trieu <rtrieu@google.com>
Thu, 29 Aug 2019 00:46:57 +0000 (00:46 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 29 Aug 2019 00:46:57 +0000 (00:46 +0000)
-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

index a93184e237e1707964765373e7d147aedafd8a95..7d6ba8489b70e367f55ee508cfa5eb9818e52679 100644 (file)
@@ -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)