diff options
| -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 dc66491ef2f..659c4b07eda 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(LLVMPollyLib intrinsics_gen) endif() target_link_libraries(LLVMPolly LLVMPollyLib) |

