[polly] r281166 - Add missing 'REQUIRES' line

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Sun Sep 11 06:42:42 PDT 2016


Author: grosser
Date: Sun Sep 11 08:42:42 2016
New Revision: 281166

URL: http://llvm.org/viewvc/llvm-project?rev=281166&view=rev
Log:
Add missing 'REQUIRES' line

Modified:
    polly/trunk/test/GPGPU/untouched-arrays.ll

Modified: polly/trunk/test/GPGPU/untouched-arrays.ll
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/GPGPU/untouched-arrays.ll?rev=281166&r1=281165&r2=281166&view=diff
==============================================================================
--- polly/trunk/test/GPGPU/untouched-arrays.ll (original)
+++ polly/trunk/test/GPGPU/untouched-arrays.ll Sun Sep 11 08:42:42 2016
@@ -2,6 +2,8 @@
 ; RUN: -disable-output < %s | \
 ; RUN: FileCheck -check-prefix=CODE %s
 
+; REQUIRES: pollyacc
+
 ; CODE: Code
 ; CODE-NEXT: ====
 ; CODE-NEXT: # host




More information about the llvm-commits mailing list