From 470608e3e48af598513f36107e36a555a1966e75 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Fri, 5 Aug 2016 07:08:45 +0000 Subject: [PATCH] Add missing 'REQUIRES' line llvm-svn: 277800 --- polly/test/GPGPU/cuda-annotations.ll | 2 ++ 1 file changed, 2 insertions(+) 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} -- 2.7.4