summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 571150ef585..1cb544ce1ab 100644
--- a/polly/lib/CMakeLists.txt
+++ b/polly/lib/CMakeLists.txt
@@ -80,7 +80,7 @@ add_polly_loadable_module(LLVMPolly
if (TARGET intrinsics_gen)
# Check if we are building as part of an LLVM build
- add_dependencies(LLVMPolly intrinsics_gen)
+ add_dependencies(Polly intrinsics_gen)
endif()
target_link_libraries(LLVMPolly Polly)
OpenPOWER on IntegriCloud