[NFC] Fix breaking build by adding REQUIRES: pollyacc

llvm-svn: 307165
This commit is contained in:
Siddharth Bhat 2017-07-05 15:20:28 +00:00
parent 47c7237bd8
commit de0a534c75
2 changed files with 4 additions and 0 deletions

View File

@ -1,6 +1,8 @@
; RUN: opt %loadPolly -analyze -polly-scops < %s | FileCheck %s -check-prefix=SCOP
; RUN: opt %loadPolly -S -polly-codegen-ppcg < %s | FileCheck %s -check-prefix=HOST-IR
; REQUIRES: pollyacc
; SCOP: Function: f
; SCOP-NEXT: Region: %for.body---%for.end
; SCOP-NEXT: Max Loop Depth: 1

View File

@ -1,6 +1,8 @@
; RUN: opt %loadPolly -analyze -polly-scops < %s | FileCheck %s -check-prefix=SCOP
; RUN: opt %loadPolly -S -polly-codegen-ppcg < %s | FileCheck %s -check-prefix=HOST-IR
; REQUIRES: pollyacc
; SCOP: Function: checkPrivatization
; SCOP-NEXT: Region: %for.body---%for.end
; SCOP-NEXT: Max Loop Depth: 1