diff options
| author | Tobias Grosser <tobias@grosser.es> | 2014-06-24 13:31:42 +0000 |
|---|---|---|
| committer | Tobias Grosser <tobias@grosser.es> | 2014-06-24 13:31:42 +0000 |
| commit | f59b3c1d90dc651ca2162df3f6e3e02f053a2539 (patch) | |
| tree | f8c046fa8f66100d988d398c8850a91ee9925d8a | |
| parent | e6198bf886cf02bb377528e3aab5fac7e6f41f4a (diff) | |
| download | bcm5719-llvm-f59b3c1d90dc651ca2162df3f6e3e02f053a2539.tar.gz bcm5719-llvm-f59b3c1d90dc651ca2162df3f6e3e02f053a2539.zip | |
cmake: Fix reference to Pluto file
llvm-svn: 211591
| -rw-r--r-- | polly/lib/CMakeLists.txt | 2 |
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 |

