From: Tobias Grosser Date: Fri, 5 Aug 2016 07:08:45 +0000 (+0000) Subject: Add missing 'REQUIRES' line X-Git-Tag: llvmorg-4.0.0-rc1~13263 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=470608e3e48af598513f36107e36a555a1966e75;p=platform%2Fupstream%2Fllvm.git Add missing 'REQUIRES' line llvm-svn: 277800 --- diff --git a/polly/test/GPGPU/cuda-annotations.ll b/polly/test/GPGPU/cuda-annotations.ll index 569a6c4..0adac1e 100644 --- a/polly/test/GPGPU/cuda-annotations.ll +++ b/polly/test/GPGPU/cuda-annotations.ll @@ -2,6 +2,8 @@ ; RUN: -disable-output < %s | \ ; RUN: FileCheck -check-prefix=KERNEL %s +; REQUIRES: pollyacc + ; KERNEL: define ptx_kernel void @kernel_0(i8* %MemRef_A, i64 %n) #0 { ; KERNEL: !nvvm.annotations = !{!0}