[llvm] r370279 - Add requirement to test.

Richard Trieu via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 28 17:46:57 PDT 2019


Author: rtrieu
Date: Wed Aug 28 17:46:57 2019
New Revision: 370279

URL: http://llvm.org/viewvc/llvm-project?rev=370279&view=rev
Log:
Add requirement to test.

-debug-only option for llc is only available in debug builds so
"REQUIRES: asserts" is needed in the tes.

Modified:
    llvm/trunk/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll

Modified: llvm/trunk/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll?rev=370279&r1=370278&r2=370279&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/GlobalISel/call-translator-musttail.ll Wed Aug 28 17:46:57 2019
@@ -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)




More information about the llvm-commits mailing list