[polly] r203861 - [cmake] There is only one PoCC file, and this is in /Transforms

Tobias Grosser tobias at grosser.es
Thu Mar 13 15:38:50 PDT 2014


Author: grosser
Date: Thu Mar 13 17:38:50 2014
New Revision: 203861

URL: http://llvm.org/viewvc/llvm-project?rev=203861&view=rev
Log:
[cmake] There is only one PoCC file, and this is in /Transforms

Modified:
    polly/trunk/lib/CMakeLists.txt

Modified: polly/trunk/lib/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CMakeLists.txt?rev=203861&r1=203860&r2=203861&view=diff
==============================================================================
--- polly/trunk/lib/CMakeLists.txt (original)
+++ polly/trunk/lib/CMakeLists.txt Thu Mar 13 17:38:50 2014
@@ -33,7 +33,7 @@ endif (OPENSCOP_FOUND)
 
 if (SCOPLIB_FOUND)
   set(POLLY_SCOPLIB_FILES
-      Pocc.cpp
+      Transform/Pocc.cpp
       Exchange/ScopLib.cpp
       Exchange/ScopLibExporter.cpp
       Exchange/ScopLibImporter.cpp)
@@ -66,7 +66,6 @@ add_polly_library(Polly
   Transform/DeadCodeElimination.cpp
   Transform/IndependentBlocks.cpp
   Transform/IndVarSimplify.cpp
-  Transform/Pocc.cpp
   Transform/ScheduleOptimizer.cpp
   ${POLLY_PLUTO_FILES}
   )





More information about the llvm-commits mailing list