blob: c81c1b0bcf18fc3da75a9e926db9d0c84623c1b8 [file] [log] [blame]
//===- polly/Config.h ------------ Configuration of Polly -------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// Configuration of Polly.
//
//===----------------------------------------------------------------------===//
#ifndef POLLY_CONFIG_H
#define POLLY_CONFIG_H
#cmakedefine CLOOG_FOUND
#cmakedefine OPENSCOP_FOUND
#cmakedefine PLUTO_FOUND
#cmakedefine SCOPLIB_FOUND
#cmakedefine CUDALIB_FOUND
#cmakedefine GPU_CODEGEN
#endif