diff options
| author | Sebastian Pop <spop@codeaurora.org> | 2014-03-10 21:45:53 +0000 |
|---|---|---|
| committer | Sebastian Pop <spop@codeaurora.org> | 2014-03-10 21:45:53 +0000 |
| commit | 3e58bb21826ca74a20f393c0fde0155a2b423b84 (patch) | |
| tree | 967ebc6d21becb4d9c4f904c29976d286dcf96df | |
| parent | 17af2f56ab8a65425804642eb81f2afac46b9168 (diff) | |
| download | bcm5719-llvm-3e58bb21826ca74a20f393c0fde0155a2b423b84.tar.gz bcm5719-llvm-3e58bb21826ca74a20f393c0fde0155a2b423b84.zip | |
add intrinsics_gen dependence on LLVMPollyLib
to avoid build errors like this:
In file included from ../include/llvm/IR/IntrinsicInst.h:30:0,
from ../tools/polly/lib/CodeGen/BlockGenerators.cpp:28:
../include/llvm/IR/Intrinsics.h:41:34: fatal error: llvm/IR/Intrinsics.gen: No such file or directory
llvm-svn: 203495
| -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) |

