summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Grosser <tobias@grosser.es>2014-06-24 13:31:42 +0000
committerTobias Grosser <tobias@grosser.es>2014-06-24 13:31:42 +0000
commitf59b3c1d90dc651ca2162df3f6e3e02f053a2539 (patch)
treef8c046fa8f66100d988d398c8850a91ee9925d8a
parente6198bf886cf02bb377528e3aab5fac7e6f41f4a (diff)
downloadbcm5719-llvm-f59b3c1d90dc651ca2162df3f6e3e02f053a2539.tar.gz
bcm5719-llvm-f59b3c1d90dc651ca2162df3f6e3e02f053a2539.zip
cmake: Fix reference to Pluto file
llvm-svn: 211591
-rw-r--r--polly/lib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CMakeLists.txt b/polly/lib/CMakeLists.txt
index 81273ae09c9..ace15d7a477 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -1,7 +1,7 @@
set(LLVM_NO_RTTI 1)
if (PLUTO_FOUND)
- set(POLLY_PLUTO_FILES Pluto.cpp)
+ set(POLLY_PLUTO_FILES Transform/Pluto.cpp)
endif (PLUTO_FOUND)
set(POLLY_JSON_FILES
OpenPOWER on IntegriCloud