[polly] r233572 - Drop some CLooG leftovers

Tobias Grosser tobias at grosser.es
Mon Mar 30 10:56:50 PDT 2015


Author: grosser
Date: Mon Mar 30 12:56:50 2015
New Revision: 233572

URL: http://llvm.org/viewvc/llvm-project?rev=233572&view=rev
Log:
Drop some CLooG leftovers

Modified:
    polly/trunk/include/polly/Config/config.h.cmake
    polly/trunk/test/CMakeLists.txt

Modified: polly/trunk/include/polly/Config/config.h.cmake
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/Config/config.h.cmake?rev=233572&r1=233571&r2=233572&view=diff
==============================================================================
--- polly/trunk/include/polly/Config/config.h.cmake (original)
+++ polly/trunk/include/polly/Config/config.h.cmake Mon Mar 30 12:56:50 2015
@@ -13,7 +13,6 @@
 #ifndef POLLY_CONFIG_H
 #define POLLY_CONFIG_H
 
-#cmakedefine CLOOG_FOUND
 #cmakedefine CUDALIB_FOUND
 #cmakedefine GPU_CODEGEN
 

Modified: polly/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/test/CMakeLists.txt?rev=233572&r1=233571&r2=233572&view=diff
==============================================================================
--- polly/trunk/test/CMakeLists.txt (original)
+++ polly/trunk/test/CMakeLists.txt Mon Mar 30 12:56:50 2015
@@ -3,7 +3,6 @@ set(POLLY_TEST_DIRECTORIES
   "ScopInfo"
   "ScheduleOptimizer"
   "CodeGen"
-  "Cloog"
   "OpenMP"
   "polybench"
   "vect")





More information about the llvm-commits mailing list